[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 1 / PayKit / 0.1.1 / PayKit.podspec.json
blobea0648a50663f2376a4aa85144f79a6e534eded7
2   "name": "PayKit",
3   "version": "0.1.1",
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.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "source_files": "PayKit/*.h",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "PayKit/Core/*.h",
28         "PayKit/Core/*.m"
29       ],
30       "dependencies": {
31         "PayKit/Wx": [
33         ],
34         "PayKit/IAP": [
36         ],
37         "PayKit/Common": [
39         ]
40       }
41     },
42     {
43       "name": "Common",
44       "source_files": [
45         "PayKit/Common/*.h",
46         "PayKit/Common/*.m"
47       ]
48     },
49     {
50       "name": "Wx",
51       "source_files": [
52         "PayKit/WX/lib/*.h",
53         "PayKit/WX/*.m",
54         "PayKit/WX/*.h"
55       ],
56       "vendored_libraries": "PayKit/WX/lib/*.a",
57       "frameworks": [
58         "CFNetwork",
59         "SystemConfiguration",
60         "Security",
61         "CoreLocation",
62         "CoreTelephony"
63       ],
64       "libraries": [
65         "c++",
66         "z",
67         "sqlite3"
68       ],
69       "xcconfig": {
70         "OTHER_LDFLAGS": "-ObjC"
71       },
72       "dependencies": {
73         "PayKit/Common": [
75         ]
76       }
77     },
78     {
79       "name": "IAP",
80       "source_files": [
81         "PayKit/IAP/*.h",
82         "PayKit/IAP/*.m"
83       ],
84       "frameworks": "StoreKit"
85     }
86   ]