Skip to content

Commit 49ab3f9

Browse files
Fix pod linting issues
1 parent 2c0ef9b commit 49ab3f9

5 files changed

Lines changed: 5 additions & 143 deletions

File tree

Paystack.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
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' => 'ibrahim@paystack.com', 'Paystack' => 'support@paystack.com' }
11+
s.authors = { 'Jubril Olambiwonnu' => 'jubril@paystack.com', 'Ibrahim Lawal' => 'ibrahim@paystack.com', 'Paystack' => 'support@paystack.com' }
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'
16+
s.ios.deployment_target = '11.0'
1717
s.default_subspecs = 'Core'
18+
s.swift_versions = '5.0'
1819

1920
s.subspec 'Core' do |ss|
2021
ss.public_header_files = 'Paystack/PublicHeaders/*.h', 'Paystack/RSA/*.h'
2122
ss.ios.public_header_files = 'Paystack/PublicHeaders/UI/*.h'
2223
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/*'
24+
ss.ios.source_files = 'Paystack/PublicHeaders/UI/*.h', 'Paystack/UI/*.{h,m}', 'Paystack/**/*.{swift}'
2425
ss.resources = 'Paystack/Resources/**/*'
2526
end
2627

Paystack.xcodeproj/project.pbxproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,6 @@
396396
049952CE1BCF13510088C703 /* PSTCKAPIPostRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSTCKAPIPostRequest.m; sourceTree = "<group>"; };
397397
049952D11BCF13DD0088C703 /* PSTCKAPIClient+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "PSTCKAPIClient+Private.h"; sourceTree = "<group>"; };
398398
049E84AB1A605D93000B66CD /* libPaystack.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPaystack.a; sourceTree = BUILT_PRODUCTS_DIR; };
399-
04A58A461BC603BB004E7BC2 /* FABKitProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FABKitProtocol.h; sourceTree = "<group>"; };
400-
04A58A471BC603BB004E7BC2 /* Fabric+FABKits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Fabric+FABKits.h"; sourceTree = "<group>"; };
401-
04A58A481BC603BB004E7BC2 /* Fabric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Fabric.h; sourceTree = "<group>"; };
402399
04B33F301BC7417B00DD8120 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
403400
04B94BC71A47B78A00092C46 /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = System/Library/Frameworks/AddressBook.framework; sourceTree = SDKROOT; };
404401
04CDB4421A5F2E1800B854EE /* Paystack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Paystack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -602,17 +599,6 @@
602599
path = Images;
603600
sourceTree = "<group>";
604601
};
605-
04A58A451BC603BB004E7BC2 /* Fabric */ = {
606-
isa = PBXGroup;
607-
children = (
608-
04A58A461BC603BB004E7BC2 /* FABKitProtocol.h */,
609-
04A58A471BC603BB004E7BC2 /* Fabric+FABKits.h */,
610-
04A58A481BC603BB004E7BC2 /* Fabric.h */,
611-
);
612-
name = Fabric;
613-
path = Paystack/Fabric;
614-
sourceTree = "<group>";
615-
};
616602
04B33F2F1BC7414C00DD8120 /* Supporting Files */ = {
617603
isa = PBXGroup;
618604
children = (
@@ -745,7 +731,6 @@
745731
11C74B9A164043050071C2CA /* Frameworks */ = {
746732
isa = PBXGroup;
747733
children = (
748-
04A58A451BC603BB004E7BC2 /* Fabric */,
749734
04365D2C1A4CF86C00A3E1D4 /* CoreGraphics.framework */,
750735
04B94BC71A47B78A00092C46 /* AddressBook.framework */,
751736
04D5BF9019BF958F009521A5 /* PassKit.framework */,

Paystack/Fabric/FABKitProtocol.h

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

Paystack/Fabric/Fabric+FABKits.h

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

Paystack/Fabric/Fabric.h

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

0 commit comments

Comments
 (0)