[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 6 / 7 / ipaynowplugin / 3.0.0 / ipaynowplugin.podspec.json
blob37ec499eed4abbafab80f2180d3b2e541ead1446
2   "name": "ipaynowplugin",
3   "version": "3.0.0",
4   "summary": "ipaynowplugin SDK",
5   "description": "Help developer to quickly intergrate variety of payment methods",
6   "homepage": "http://www.ipaynow.cn",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chuck": "lipengchang@ipaynow.cn"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/iPaynow/iPaynow-agg-iOS.git",
19     "tag": "3.0.0"
20   },
21   "default_subspecs": "Core",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "lib/*.h",
27       "public_header_files": "lib/*.h",
28       "vendored_libraries": "lib/iphone+simulator/*.a",
29       "frameworks": [
30         "CoreGraphics",
31         "CoreTelephony",
32         "QuartzCore",
33         "SystemConfiguration",
34         "Security",
35         "Foundation",
36         "UIKit"
37       ],
38       "ios": {
39         "libraries": [
40           "z",
41           "sqlite3.0",
42           "c++",
43           "stdc++"
44         ]
45       },
46       "xcconfig": {
47         "OTHER_LDFLAGS": "-ObjC"
48       }
49     },
50     {
51       "name": "Alipay",
52       "vendored_frameworks": "lib/Channels/AliPayPlugin/AlipaySDK.framework",
53       "resources": "lib/Channels/AliPayPlugin/AlipaySDK.bundle",
54       "frameworks": "CoreMotion",
55       "dependencies": {
56         "ipaynowplugin/Core": [
58         ]
59       }
60     },
61     {
62       "name": "Weixin",
63       "ios": {
64         "vendored_libraries": "lib/Channels/WechatPlugin/*.a"
65       },
66       "source_files": "lib/Channels/WechatPlugin/*.h",
67       "public_header_files": "lib/Channels/WechatPlugin/*.h",
68       "dependencies": {
69         "ipaynowplugin/Core": [
71         ]
72       }
73     },
74     {
75       "name": "Unionpay",
76       "vendored_libraries": "lib/Channels/UPPayPlugin/*.a",
77       "source_files": "lib/Channels/UPPayPlugin/*.h",
78       "dependencies": {
79         "ipaynowplugin/Core": [
81         ]
82       }
83     }
84   ]