[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / a / b / JMXPay / 0.0.1 / JMXPay.podspec.json
blob3c122cbc705be4eaf7a35257489e60ac61ce61cf
2   "name": "JMXPay",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/czl620/JMXPay",
8   "authors": {
9     "czl620": "893419255@qq.com"
10   },
11   "summary": "A Pay framework for iOS.",
12   "source": {
13     "git": "https://github.com/czl620/JMXPay.git",
14     "tag": "0.0.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "JMXPay/JMXPay.framework/Headers/*.{h}",
20   "vendored_frameworks": "JMXPay/JMXPay.framework",
21   "public_header_files": "JMXPay/JMXPay.framework/Headers/JMXPay.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "pod_target_xcconfig": {
27     "VALID_ARCHS": "x86_64 armv7 arm64"
28   },
29   "subspecs": [
30     {
31       "name": "Alipay",
32       "source_files": "JMXPay/Vendors/Alipay/AlipaySDK.framework/Headers/*.h",
33       "public_header_files": "JMXPay/Vendors/Alipay/AlipaySDK.framework/Headers/*.h",
34       "resources": "JMXPay/Vendors/Alipay/AlipaySDK.bundle",
35       "vendored_frameworks": "JMXPay/Vendors/Alipay/AlipaySDK.framework",
36       "frameworks": [
37         "CFNetwork",
38         "CoreMotion",
39         "CoreGraphics",
40         "CoreTelephony",
41         "CoreText",
42         "Foundation",
43         "UIKit",
44         "SystemConfiguration",
45         "WebKit"
46       ],
47       "libraries": [
48         "z",
49         "c++"
50       ]
51     },
52     {
53       "name": "Wechat",
54       "source_files": "JMXPay/Vendors/Wechat/*.h",
55       "public_header_files": "JMXPay/Vendors/Wechat/*.h",
56       "frameworks": [
57         "Foundation",
58         "UIKit",
59         "SystemConfiguration",
60         "Security",
61         "CoreTelephony",
62         "CFNetwork"
63       ],
64       "libraries": [
65         "z",
66         "sqlite3.0",
67         "c++"
68       ],
69       "requires_arc": true,
70       "vendored_libraries": "JMXPay/Vendors/Wechat/libWeChatSDK.a"
71     }
72   ]