[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 2 / STCPaySDK / 1.0.6 / STCPaySDK.podspec.json
blobc0a2322e75d40ac58a9c2860fcd4fb044d53b75d
2   "name": "STCPaySDK",
3   "version": "1.0.6",
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://github.com/huangzhentong/STCPaySDK.git",
15     "tag": "1.0.6"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "resources": "STCPaySDK/Assets/*.{bundle,png}",
21   "subspecs": [
22     {
23       "name": "Core",
24       "ios": {
25         "vendored_frameworks": "STCPaySDK/Classes/STCPayCode.framework"
26       },
27       "frameworks": [
28         "CoreGraphics",
29         "UIKit",
30         "Foundation",
31         "WebKit"
32       ]
33     },
34     {
35       "name": "WXPay",
36       "source_files": "STCPaySDK/Classes/WeixinApiManager/*.{h,m}",
37       "dependencies": {
38         "WechatOpenSDK": [
40         ]
41       }
42     },
43     {
44       "name": "ALIPay",
45       "dependencies": {
46         "AlipaySDK_No_UTDID": [
48         ]
49       }
50     }
51   ]