[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / a / 7 / AlipaySDK_New / 15.5.9.1 / AlipaySDK_New.podspec.json
blobb95038db85a668ec392fde68a4f97cd6ff35c708
2   "name": "AlipaySDK_New",
3   "version": "15.5.9.1",
4   "summary": "iOS 标准支付宝SDK,一直保持最新。支持通用 与 No_UTDIDUD模式,请根据自己需求进行引入",
5   "homepage": "https://open.alipay.com/platform/home.htm",
6   "license": {
7     "type": "Copyright",
8     "text": "          支付宝(中国)网络技术有限公司 版权所有.\n"
9   },
10   "authors": {
11     "luoxiao": "luoxiao1115@163.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/luoxiao/AlipaySDK.git",
18     "tag": "15.5.9.1"
19   },
20   "source_files": "**/*.{h,m}",
21   "frameworks": [
22     "SystemConfiguration",
23     "CoreTelephony",
24     "QuartzCore",
25     "CoreText",
26     "CoreGraphics",
27     "UIKit",
28     "Foundation",
29     "CFNetwork",
30     "CoreMotion"
31   ],
32   "libraries": [
33     "c++",
34     "z"
35   ],
36   "requires_arc": true,
37   "default_subspecs": "Common",
38   "subspecs": [
39     {
40       "name": "Common",
41       "vendored_frameworks": "Common/AlipaySDK.framework",
42       "resources": "Common/AlipaySDK.bundle"
43     }
44   ]