[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 2 / 6 / 7 / ipaynowplugin / 1.7.3.4 / ipaynowplugin.podspec.json
blob0c08db1109fc59423b2440b7d8bc8ebc271753b5
2   "name": "ipaynowplugin",
3   "version": "1.7.3.4",
4   "summary": "ipaynowplugin SDK",
5   "description": "Help developer to quickly intergrate variety of payment methods",
6   "homepage": "http://www.ipaynow.cn",
7   "license": "MIT",
8   "authors": {
9     "Hstripe": "huangrui@ipaynow.cn"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/Hstripe/libipaynow.git",
16     "tag": "1.7.3.4"
17   },
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "lib/*.h",
23       "public_header_files": "lib/*.h",
24       "vendored_libraries": "lib/*.a",
25       "resources": "lib/*.bundle",
26       "frameworks": [
27         "CoreGraphics",
28         "CoreTelephony",
29         "QuartzCore",
30         "SystemConfiguration",
31         "Security",
32         "Foundation",
33         "UIKit"
34       ],
35       "ios": {
36         "libraries": [
37           "z",
38           "sqlite3.0"
39         ]
40       }
41     },
42     {
43       "name": "Alipay",
44       "ios": {
45         "vendored_frameworks": "lib/Channels/AliPayPlugin/AlipaySDK.framework"
46       },
47       "resources": "lib/Channels/AliPayPlugin/AlipaySDK.bundle",
48       "dependencies": {
49         "ipaynowplugin/Core": [
51         ]
52       }
53     }
54   ]