[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 6 / LSPay / 0.0.5 / LSPay.podspec.json
blobddde7e9ac9477b484618837676dcd4e2efb8b7c6
2   "name": "LSPay",
3   "version": "0.0.5",
4   "summary": "LLPay.",
5   "homepage": "https://github.com/tuyuan2012/LSPay",
6   "license": "MIT",
7   "authors": {
8     "Tony": "845384699@qq.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/tuyuan2012/LSPay.git",
15     "tag": "0.0.5"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "dependencies": {
23     "MBProgressHUD": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "PayManager",
30       "source_files": "LSPay/PayManager/*.{h,m,swift}"
31     },
32     {
33       "name": "WechatPlatform",
34       "public_header_files": "LSPay/WechatPlatform/WeChatSDK/*.h",
35       "source_files": "LSPay/WechatPlatform/WechatSDK/*.{h,m,mm}",
36       "vendored_libraries": "LSPay/WechatPlatform/WeChatSDK/libWeChatSDK.a",
37       "frameworks": [
38         "MobileCoreServices",
39         "CoreGraphics",
40         "CoreMotion",
41         "CoreText",
42         "QuartzCore",
43         "CoreTelephony",
44         "Security",
45         "CFNetwork",
46         "SystemConfiguration",
47         "CoreFoundation"
48       ],
49       "libraries": [
50         "z",
51         "sqlite3.0",
52         "c++"
53       ]
54     },
55     {
56       "name": "AlipayPlatform",
57       "source_files": "LSPay/AlipayPlatform/**/*{h,m,mm}",
58       "vendored_frameworks": "LSPay/AlipayPlatform/AliPaySDK/AlipaySDK.framework",
59       "resources": [
60         "LSPay/AlipayPlatform/**/*.{bundle}"
61       ],
62       "libraries": [
63         "z",
64         "c++"
65       ],
66       "frameworks": [
67         "CoreGraphics",
68         "CoreMotion",
69         "CoreText",
70         "QuartzCore",
71         "CoreTelephony",
72         "Security",
73         "CFNetwork",
74         "SystemConfiguration",
75         "CoreFoundation"
76       ]
77     }
78   ]