[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 7 / b / MobPay / 0.0.5 / MobPay.podspec.json
blob30e6e5e4d32d1f07217caa8217b6f56f73fc723b
2   "name": "MobPay",
3   "version": "0.0.5",
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.5"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "default_subspecs": "MOBPaySDK",
18   "dependencies": {
19     "MOBFoundation": [
21     ]
22   },
23   "subspecs": [
24     {
25       "name": "MOBPaySDK",
26       "vendored_frameworks": "SDK/MOBPaySDK/MOBPaySDK.framework"
27     },
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   ]