Skip to content

Commit db4fc87

Browse files
Fix issue with pod linting
1 parent 9558ed8 commit db4fc87

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+6
-5706
lines changed

Paystack.podspec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
Pod::Spec.new do |s|
22
s.name = 'Paystack'
3-
s.version = '3.0.13'
3+
s.version = '3.0.14'
44
s.summary = 'Paystack is a web-based API helping African Businesses accept payments online.'
55
s.description = <<-DESC
66
Paystack makes it easy for African Businesses to accept Mastercard, Visa and Verve cards from anyone, anywhere in the world.
77
DESC
88

99
s.license = { :type => 'MIT', :file => 'LICENSE' }
1010
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]' }
1212
s.source = { :git => 'https://github.com/paystackhq/paystack-ios.git', :tag => "v#{s.version}" }
1313
s.ios.frameworks = 'Foundation', 'Security'
1414
s.ios.weak_frameworks = 'PassKit', 'AddressBook'
1515
s.requires_arc = true
16-
s.ios.deployment_target = '8.0'
1716
s.default_subspecs = 'Core'
17+
s.ios.deployment_target = '11.0'
18+
s.swift_versions = '5.0'
19+
1820

1921
s.subspec 'Core' do |ss|
2022
ss.public_header_files = 'Paystack/PublicHeaders/*.h', 'Paystack/RSA/*.h'
2123
ss.ios.public_header_files = 'Paystack/PublicHeaders/UI/*.h'
2224
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}'
2426
ss.resources = 'Paystack/Resources/**/*'
2527
end
2628

Paystack/Classes/API Client/PSTCKAPIClient+Private.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)