[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 1 / c / AlipaySDK_ZF / 15.2.0 / AlipaySDK_ZF.podspec.json
bloba14537e0d23d1e81ace852b1c0cf9f03b34b3c12
2   "name": "AlipaySDK_ZF",
3   "version": "15.2.0",
4   "summary": "Alipay SDK for iOS. You can create alipay order or sign orders with `Order` subspec.",
5   "homepage": "https://b.alipay.com/newIndex.htm",
6   "license": {
7     "type": "Copyright",
8     "text": "      支付宝(中国)网络技术有限公司 ^? 版权所有.\n"
9   },
10   "authors": {
11     "AliPay": "http://www.alipay.com/"
12   },
13   "requires_arc": true,
14   "description": "this podspec will update by alipaySDK, it's include alipaySDK. good for iosdeveloper who user alipay.",
15   "source": {
16     "git": "https://git.oschina.net/zify/AlipaySDK_ZF.git",
17     "tag": "15.2.0"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "frameworks": [
23     "CoreTelephony",
24     "SystemConfiguration",
25     "CoreMotion"
26   ],
27   "libraries": [
28     "z",
29     "c++"
30   ],
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "AlipaySDK.framework/Headers/**/*.h",
36       "resources": "AlipaySDK.bundle",
37       "vendored_frameworks": "AlipaySDK.framework",
38       "public_header_files": "AlipaySDK.framework/Headers/**/*.h"
39     }
40   ]