[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 7 / b / MobPay / 0.0.2 / MobPay.podspec.json
blob3b52685834c24c34434af9041cf66aa829ae601c
2   "name": "MobPay",
3   "version": "0.0.2",
4   "summary": "mob.com免费好用的支付SDK",
5   "license": "MIT",
6   "authors": {
7     "qc123456": "vhbvbqc@gmail.com"
8   },
9   "homepage": "http://www.mob.com",
10   "source": {
11     "git": "https://github.com/MobClub/MOBPaySDK-For-iOS.git",
12     "tag": "0.0.2"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "libraries": [
18     "z.1.2.5",
19     "stdc++"
20   ],
21   "default_subspecs": "PaySDK",
22   "dependencies": {
23     "MOBFoundation": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "PaySDK",
30       "vendored_frameworks": "SDK/MOBPaySDK/MOBPaySDK.framework"
31     },
32     {
33       "name": "Channels",
34       "subspecs": [
35         {
36           "name": "WeChat",
37           "vendored_libraries": "SDK/Channels/WeChatSDK/*.a",
38           "source_files": "SDK/Channels/WeChatSDK/*.{h,m}",
39           "public_header_files": "SDK/Channels/WeChatSDK/*.h",
40           "libraries": "sqlite3"
41         },
42         {
43           "name": "AliPay",
44           "vendored_frameworks": "SDK/Channels/AlipaySDK/AlipaySDK.framework",
45           "resources": "SDK/Channels/AlipaySDK/AlipaySDK.bundle",
46           "frameworks": "CoreMotion"
47         }
48       ]
49     }
50   ]