[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 1 / PayKit / 0.0.1 / PayKit.podspec.json
blob0f77eabc2c099be7e2e4ca9d02e7c37ef802728b
2   "name": "PayKit",
3   "version": "0.0.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.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PayKit/**/*.{h,m,mm}",
22   "resource_bundles": {
23     "PayKit": [
24       "PayKit/vendored/*.bundle"
25     ]
26   },
27   "public_header_files": "PayKit/*.h",
28   "frameworks": [
29     "UIKit",
30     "SystemConfiguration",
31     "CoreTelephony",
32     "QuartzCore",
33     "CoreText",
34     "CoreGraphics",
35     "Foundation",
36     "CFNetwork",
37     "CoreMotion",
38     "StoreKit"
39   ],
40   "vendored_frameworks": "PayKit/vendored/AlipaySDK.framework",
41   "vendored_libraries": "PayKit/vendored/libWeChatSDK.a",
42   "libraries": [
43     "c++",
44     "z",
45     "sqlite3"
46   ],
47   "dependencies": {
48     "OpenSSL": [
49       "~> 1.0.210"
50     ]
51   }