[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / f / d / PaySDK / 0.0.6 / PaySDK.podspec.json
blob83359601b9c0717774ab78048e94342d788d2c14
2   "name": "PaySDK",
3   "version": "0.0.6",
4   "summary": "SDK for weixin,alipay and unionpay",
5   "homepage": "https://github.com/Xiaotengzxf/PaySDK",
6   "license": "MIT",
7   "authors": {
8     "Xiaotengzxf": "315082431@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/Xiaotengzxf/PaySDK.git",
15     "tag": "0.0.6"
16   },
17   "requires_arc": true,
18   "vendored_frameworks": [
19     "PaySDK/TTG/PaySDK.framework",
20     "PaySDK/Channel/Alipay/AlipaySDK.framework"
21   ],
22   "resources": "PaySDK/TTG/PaySDK.bundle",
23   "ios": {
24     "libraries": [
25       "c++",
26       "z",
27       "sqlite3.0"
28     ]
29   },
30   "frameworks": [
31     "SystemConfiguration",
32     "QuartzCore",
33     "CoreTelephony",
34     "Foundation",
35     "CoreGraphics",
36     "UIKit"
37   ],
38   "xcconfig": {
39     "OTHER_LDFLAGS": "-ObjC"
40   }