[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 7 / 5 / a / AptoSDK / 3.5.0 / AptoSDK.podspec.json
blob6b1d12ee265bebc464dde1e3698c3f9675828529
2   "name": "AptoSDK",
3   "version": "3.5.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": "3.5.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     "Pod/CHANGELOG_core.md"
32   ],
33   "frameworks": [
34     "Foundation",
35     "UIKit"
36   ],
37   "dependencies": {
38     "Alamofire": [
39       "~> 5.4.3"
40     ],
41     "Bond": [
42       "~> 7.6"
43     ],
44     "SwiftyJSON": [
45       "~> 5.0"
46     ],
47     "GoogleKit": [
48       "~> 0.3"
49     ],
50     "PhoneNumberKit": [
51       "~> 3.2"
52     ],
53     "TrustKit": [
54       "~> 1.6"
55     ],
56     "FTLinearActivityIndicator": [
57       "1.2.1"
58     ],
59     "AlamofireNetworkActivityIndicator": [
60       "~> 3.1"
61     ],
62     "Mixpanel-swift": [
63       "~> 2.7"
64     ]
65   },
66   "swift_version": "5.0"