[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / f / 8 / 2 / STCPaySDK / 1.0.2 / STCPaySDK.podspec.json
blob8a7093084f75584a81f0aa06ac77484f8d5c838c
2   "name": "STCPaySDK",
3   "version": "1.0.2",
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.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": [
21     "STCPaySDK/Classes/**/*.{h,m,a,framework}",
22     "STCPaySDK/Classes/**/**/*.{a,framework}",
23     "STCPaySDK/Classes/*"
24   ],
25   "resources": [
26     "STCPaySDK/Assets/Res.bundle",
27     "STCPaySDK/**/**/**/*.bundle"
28   ],
29   "public_header_files": "STCPaySDK/Classes/**/*.h",
30   "frameworks": [
31     "SystemConfiguration",
32     "CoreTelephony",
33     "QuartzCore",
34     "CoreText",
35     "CoreGraphics",
36     "UIKit",
37     "Foundation",
38     "CFNetwork",
39     "CoreMotion"
40   ],
41   "libraries": [
42     "z",
43     "c++",
44     "sqlite3"
45   ],
46   "pod_target_xcconfig": {
47     "OTHER_LDFLAGS": "-all_load"
48   },
49   "ios": {
50     "vendored_frameworks": "STCPaySDK/Classes/ThirdSDK/AlipaySDK/AlipaySDK.framework",
51     "vendored_libraries": [
52       "STCPaySDK/Classes/ThirdSDK/WechatSDK1.8.2/libWeChatSDK.a",
53       "STCPaySDK/Classes/ThirdSDK/AlipaySDK/AlipaySDK.framework",
54       "STCPaySDK/Classes/*.framework"
55     ]
56   },
57   "preserve_paths": "STCPaySDK/Classes/ThirdSDK/WechatSDK1.8.2/libWeChatSDK.a"