[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 2 / STCPaySDK / 1.0.4 / STCPaySDK.podspec.json
blob923eec6c944f1b65f7d8be4dccec50e9f7071648
2   "name": "STCPaySDK",
3   "version": "1.0.4",
4   "summary": "A short description of STCPaySDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/zhentong.huang/STCPaySDK",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "zhentong.huang": "181310067@qq.com"
12   },
13   "source": {
14     "git": "https://huangzhentong@dev365.keytop.cn/bitbucket/scm/stcpays/stcpaysdk.git",
15     "tag": "1.0.4"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "resource_bundles": {
21     "STCPaySDK": [
22       "STCPaySDK/Assets/*.{bundle,png}"
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "ios": {
29         "vendored_frameworks": "STCPaySDK/Classes/STCPayCode.framework"
30       },
31       "frameworks": [
32         "CoreGraphics",
33         "UIKit",
34         "Foundation",
35         "WebKit"
36       ]
37     },
38     {
39       "name": "WXPay",
40       "source_files": "STCPaySDK/Classes/WeixinApiManager/*.{h,m}",
41       "dependencies": {
42         "WechatOpenSDK": [
44         ]
45       }
46     },
47     {
48       "name": "ALIPay",
49       "dependencies": {
50         "AlipaySDK_MI": [
52         ]
53       }
54     }
55   ]