|
1 | 1 | Pod::Spec.new do |s| |
2 | 2 | s.name = 'Paystack' |
3 | | - s.version = '3.0.13' |
| 3 | + s.version = '3.0.14' |
4 | 4 | s.summary = 'Paystack is a web-based API helping African Businesses accept payments online.' |
5 | 5 | s.description = <<-DESC |
6 | 6 | Paystack makes it easy for African Businesses to accept Mastercard, Visa and Verve cards from anyone, anywhere in the world. |
7 | 7 | DESC |
8 | 8 |
|
9 | 9 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
10 | 10 | s.homepage = 'https://paystack.com' |
11 | | - s.authors = { 'Ibrahim Lawal' => '[email protected]', 'Paystack' => '[email protected]' } |
| 11 | + s.authors = { 'Jubril Olambiwonnu' => '[email protected]', 'Ibrahim Lawal' => '[email protected]', 'Paystack' => '[email protected]' } |
12 | 12 | s.source = { :git => 'https://github.com/paystackhq/paystack-ios.git', :tag => "v#{s.version}" } |
13 | 13 | s.ios.frameworks = 'Foundation', 'Security' |
14 | 14 | s.ios.weak_frameworks = 'PassKit', 'AddressBook' |
15 | 15 | s.requires_arc = true |
16 | | - s.ios.deployment_target = '8.0' |
17 | 16 | s.default_subspecs = 'Core' |
| 17 | + s.ios.deployment_target = '11.0' |
| 18 | + s.swift_versions = '5.0' |
| 19 | + |
18 | 20 |
|
19 | 21 | s.subspec 'Core' do |ss| |
20 | 22 | ss.public_header_files = 'Paystack/PublicHeaders/*.h', 'Paystack/RSA/*.h' |
21 | 23 | ss.ios.public_header_files = 'Paystack/PublicHeaders/UI/*.h' |
22 | 24 | ss.source_files = 'Paystack/PublicHeaders/*.h', 'Paystack/RSA/*.{h,m}', 'Paystack/*.{h,m}' |
23 | | - ss.ios.source_files = 'Paystack/PublicHeaders/UI/*.h', 'Paystack/UI/*.{h,m}', 'Paystack/Fabric/*' |
| 25 | + ss.ios.source_files = 'Paystack/PublicHeaders/UI/*.h', 'Paystack/UI/*.{h,m}', 'Paystack/**/*.{swift}' |
24 | 26 | ss.resources = 'Paystack/Resources/**/*' |
25 | 27 | end |
26 | 28 |
|
|
0 commit comments