[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / a / b / e / DZPaySDK / 1.0.2 / DZPaySDK.podspec.json
blobbad961378b99798c1c3ab0cee88b7568840f6c33
2   "name": "DZPaySDK",
3   "version": "1.0.2",
4   "summary": "支付中心",
5   "homepage": "https://github.com/mrLIHUAN/DZPaySDK",
6   "license": "MIT",
7   "authors": {
8     "mrLIHUAN": "1139116598@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/mrLIHUAN/DZPaySDK.git",
12     "tag": "1.0.2"
13   },
14   "requires_arc": true,
15   "default_subspecs": [
16     "AliPay15.1.6",
17     "SDK1.6.2",
18     "pic",
19     "Code"
20   ],
21   "platforms": {
22     "ios": "8.0"
23   },
24   "libraries": [
25     "z",
26     "c++",
27     "sqlite3"
28   ],
29   "subspecs": [
30     {
31       "name": "Code",
32       "source_files": "DZPaySDK/Code/*.h",
33       "public_header_files": "DZPaySDK/Code/*.h",
34       "vendored_libraries": "DZPaySDK/Code/*.a",
35       "frameworks": [
36         "SystemConfiguration",
37         "CoreGraphics",
38         "UIKit",
39         "CoreTelephony",
40         "CoreText",
41         "CoreMotion",
42         "QuartzCore",
43         "CFNetwork",
44         "JavaScriptCore"
45       ]
46     },
47     {
48       "name": "AliPay15.1.6",
49       "ios": {
50         "vendored_frameworks": "DZPaySDK/AliPay15.1.6/AlipaySDK.framework"
51       },
52       "resources": "DZPaySDK/AliPay15.1.6/AlipaySDK.bundle"
53     },
54     {
55       "name": "SDK1.6.2",
56       "resources": "DZPaySDK/SDK1.6.2/*.*"
57     },
58     {
59       "name": "pic",
60       "resources": "DZPaySDK/pic/*.*"
61     }
62   ]