[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / d / f / DKPay / 0.0.1 / DKPay.podspec.json
blobf7439ae14404d7274cf9d4cf40b809bc04477e1a
2   "name": "DKPay",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "A dankal pay pod.",
8   "homepage": "https://github.com/bingozb/DKPay",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "bingozb": "454113692@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/bingozb/DKPay.git",
18     "tag": "v0.0.1"
19   },
20   "source_files": "DKPay/**/*.{h,m}",
21   "resources": "DKPay/AlipaySDK/AlipaySDK.bundle",
22   "requires_arc": true,
23   "vendored_frameworks": "DKPay/AlipaySDK/AlipaySDK.framework",
24   "frameworks": [
25     "Foundation",
26     "CoreGraphics",
27     "CoreTelephony",
28     "CoreText",
29     "QuartzCore",
30     "SystemConfiguration",
31     "CFNetwork",
32     "CoreMotion",
33     "AlipaySDK"
34   ],
35   "libraries": [
36     "z",
37     "c++"
38   ],
39   "public_header_files": "DKPay/AlipaySDK/AlipaySDK.framework/Headers/**/*.h",
40   "dependencies": {
41     "OpenSSL": [
43     ]
44   }