Skip to content

Commit

Permalink
Merge pull request #12 from tyro/setup-podspec
Browse files Browse the repository at this point in the history
included podspec file
  • Loading branch information
linkrjr authored Mar 26, 2024
2 parents e0679c9 + 21ee2f9 commit f756781
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tyro-pay-api-ios.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# Be sure to run `pod lib lint mypod.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = 'tyro-pay-api-ios'
s.version = '1.0.0'
s.summary = 'The Pay API SDK for iOS'
s.swift_version = '5.9'

s.description = <<-DESC
The Pay API SDK for iOS
DESC

s.homepage = 'https://github.com/tyro/tyro-pay-api-ios'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'team-9and3quarters' => '[email protected]' }
s.source = { :git => 'https://github.com/tyro/tyro-pay-api-ios.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.source_files = 'mypod/Classes/**/*'
end

0 comments on commit f756781

Please sign in to comment.