[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / d / AndpayFastpaySDK / 1.0.2 / AndpayFastpaySDK.podspec.json
blob00cbed63f67f8958bdb6653e5f36de7268956346
2   "name": "AndpayFastpaySDK",
3   "version": "1.0.2",
4   "summary": "Andpay-Fastpay-SDK-iOS",
5   "homepage": "https://github.com/Andpay/Andpay-Fastpay-SDK-iOS.git",
6   "license": "Copyright (c) 2017年 Andpay.",
7   "authors": {
8     "Kelven": "gan.chen@andpay.me"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/Andpay/Andpay-Fastpay-SDK-iOS.git",
15     "tag": "1.0.2"
16   },
17   "default_subspecs": "AndpayFastpay",
18   "subspecs": [
19     {
20       "name": "AndpayFastpay",
21       "source_files": "AndpayFastpaySDK/AndpayFastPay.h",
22       "resources": "AndpayFastpaySDK/AndpayFastPaySDK.bundle",
23       "ios": {
24         "vendored_frameworks": "AndpayFastpaySDK/APFastPaySDK.framework"
25       },
26       "frameworks": [
27         "SystemConfiguration",
28         "UIKit",
29         "CoreLocation",
30         "Foundation",
31         "Security"
32       ]
33     },
34     {
35       "name": "AndpayFastpayEx001",
36       "source_files": "AndpayFastpaySDK/AndpayFastPay.h",
37       "resources": "AndpayFastpaySDK/AndpayFastPaySDK.bundle",
38       "ios": {
39         "vendored_frameworks": [
40           "AndpayFastpaySDK/APFastPaySDK.framework",
41           "AndpayFastpaySDK/AndpayFastpayEx001.framework"
42         ]
43       },
44       "frameworks": [
45         "SystemConfiguration",
46         "UIKit",
47         "CoreLocation",
48         "Foundation",
49         "Security",
50         "CFNetwork",
51         "QuartzCore",
52         "CoreGraphics"
53       ]
54     }
55   ]