[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / 2 / d / f / DKPay / 0.0.2 / DKPay.podspec.json
blob8530fd723316e621a5de8fc5b4613d3c2c213689
2   "name": "DKPay",
3   "version": "0.0.2",
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.2"
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": [
40     "DKPay/AlipaySDK/AlipaySDK.framework/Headers/**/*.h",
41     "DKPay/**/*.h"
42   ],
43   "dependencies": {
44     "OpenSSL": [
46     ]
47   }