[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / 7 / 5 / a / AptoSDK / 2.8.0 / AptoSDK.podspec.json
blobacadd01cb3ccf4af888313ed2ea2cd4a982b7c51
2   "name": "AptoSDK",
3   "version": "2.8.0",
4   "summary": "The Apto core platform iOS SDK.",
5   "description": "Apto iOS Core SDK",
6   "homepage": "https://github.com/ShiftFinancial/apto-sdk-ios.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ivan Oliver": "ivan@aptopayments.com",
13     "Takeichi Kanzaki": "takeichi@aptopayments.com"
14   },
15   "source": {
16     "git": "https://github.com/ShiftFinancial/apto-sdk-ios.git",
17     "tag": "2.8.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "module_name": "AptoSDK",
25   "source_files": [
26     "Pod/Classes/core/**/*.swift"
27   ],
28   "resources": [
29     "Pod/Assets/*.cer",
30     "Pod/Localization/*.lproj"
31   ],
32   "frameworks": [
33     "Foundation",
34     "UIKit"
35   ],
36   "dependencies": {
37     "Alamofire": [
38       "~> 4.8"
39     ],
40     "Bond": [
41       "~> 7.6"
42     ],
43     "SwiftyJSON": [
44       "~> 5.0"
45     ],
46     "GoogleKit": [
47       "~> 0.3"
48     ],
49     "PhoneNumberKit": [
50       "~> 3.2"
51     ],
52     "TrustKit": [
53       "~> 1.6"
54     ],
55     "FTLinearActivityIndicator": [
56       "1.2.1"
57     ],
58     "AlamofireNetworkActivityIndicator": [
59       "~> 2.2"
60     ],
61     "Mixpanel-swift": [
62       "~> 2.7"
63     ],
64     "LaunchDarkly": [
65       "~> 4.5.0"
66     ]
67   },
68   "swift_version": "5.0"