[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 7 / b / MobPay / 0.0.3 / MobPay.podspec.json
blob988832c9f27cbe0417ebac941ea9d469ea1d9aec
2   "name": "MobPay",
3   "version": "0.0.3",
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.3"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "libraries": [
18     "z.1.2.5",
19     "stdc++"
20   ],
21   "vendored_frameworks": "SDK/MOBPaySDK/MOBPaySDK.framework",
22   "dependencies": {
23     "MOBFoundation": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Channels",
30       "subspecs": [
31         {
32           "name": "WeChat",
33           "vendored_libraries": "SDK/Channels/WeChatSDK/*.a",
34           "source_files": "SDK/Channels/WeChatSDK/*.{h,m}",
35           "public_header_files": "SDK/Channels/WeChatSDK/*.h",
36           "libraries": "sqlite3"
37         },
38         {
39           "name": "AliPay",
40           "vendored_frameworks": "SDK/Channels/AlipaySDK/AlipaySDK.framework",
41           "resources": "SDK/Channels/AlipaySDK/AlipaySDK.bundle",
42           "frameworks": "CoreMotion"
43         }
44       ]
45     }
46   ]