[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 1 / PayKit / 0.0.2 / PayKit.podspec.json
blob445bd6f578e11315d5de5eab30b51b92cdff6eee
2   "name": "PayKit",
3   "version": "0.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "PayKit/**/*.{h,m,mm}",
26       "public_header_files": "PayKit/*.h",
27       "frameworks": [
28         "UIKit",
29         "SystemConfiguration",
30         "CoreTelephony",
31         "QuartzCore",
32         "CoreText",
33         "CoreGraphics",
34         "Foundation",
35         "CFNetwork",
36         "CoreMotion",
37         "StoreKit"
38       ],
39       "libraries": [
40         "c++",
41         "z",
42         "sqlite3"
43       ],
44       "xcconfig": {
45         "OTHER_LDFLAGS": "-ObjC"
46       },
47       "vendored_libraries": "PayKit/vendored/libWeChatSDK.a",
48       "vendored_frameworks": "PayKit/vendored/AlipaySDK.framework",
49       "dependencies": {
50         "OpenSSL": [
51           "~> 1.0.210"
52         ]
53       }
54     },
55     {
56       "name": "WX",
57       "vendored_libraries": "PayKit/vendored/libWeChatSDK.a",
58       "dependencies": {
59         "PayKit/Core": [
61         ]
62       }
63     },
64     {
65       "name": "Alipay",
66       "resource_bundles": {
67         "PayKit": [
68           "PayKit/vendored/*.bundle"
69         ]
70       },
71       "vendored_frameworks": "PayKit/vendored/AlipaySDK.framework",
72       "dependencies": {
73         "PayKit/Core": [
75         ]
76       }
77     }
78   ]