[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 6 / LSPay / 0.0.2 / LSPay.podspec.json
blob31ef9a32c2162a73d95fe4beef191c73ff38b6d1
2   "name": "LSPay",
3   "version": "0.0.2",
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": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/tuyuan2012/LSPay.git",
15     "tag": "0.0.2"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "dependencies": {
23     "LSPayWX": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "AlipayPlatform",
30       "source_files": "LSPay/AlipayPlatform/**/*{h,m,mm}",
31       "vendored_frameworks": "LSPay/AlipayPlatform/AliPaySDK/AlipaySDK.framework",
32       "resources": [
33         "LSPay/AlipayPlatform/**/*.{bundle}"
34       ],
35       "libraries": [
36         "z",
37         "c++"
38       ],
39       "frameworks": [
40         "CoreGraphics",
41         "CoreMotion",
42         "CoreText",
43         "QuartzCore",
44         "CoreTelephony",
45         "Security",
46         "CFNetwork",
47         "SystemConfiguration",
48         "CoreFoundation"
49       ]
50     }
51   ]