[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 1 / PayKit / 0.0.7 / PayKit.podspec.json
blobf6842c5c70bebfc40f46b20d205409b9fdd1c5c2
2   "name": "PayKit",
3   "version": "0.0.7",
4   "summary": "集成支付宝、微信、苹果内购",
5   "description": "TODO: 集成支付宝、微信、苹果内购",
6   "homepage": "https://git.coding.net/yuxilong/PayKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jack Yu": "305758560@qq.com"
13   },
14   "source": {
15     "git": "https://git.coding.net/yuxilong/PayKit.git",
16     "tag": "0.0.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "PayKit/*.h",
26       "public_header_files": "PayKit/*.h",
27       "frameworks": [
28         "CFNetwork",
29         "SystemConfiguration",
30         "Security",
31         "CoreLocation",
32         "CoreTelephony"
33       ],
34       "libraries": [
35         "c++",
36         "z",
37         "sqlite3"
38       ],
39       "xcconfig": {
40         "OTHER_LDFLAGS": "-ObjC"
41       }
42     },
43     {
44       "name": "Wx",
45       "source_files": [
46         "PayKit/WX/lib/*.h",
47         "PayKit/*.m"
48       ],
49       "vendored_libraries": "PayKit/WX/lib/*.a",
50       "dependencies": {
51         "PayKit/Core": [
53         ]
54       }
55     }
56   ]