[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 9 / 3 / OKPaypp / 0.1.0 / OKPaypp.podspec.json
blob8abba8c89f014954265824db6ee7acc27d847107
2   "name": "OKPaypp",
3   "version": "0.1.0",
4   "summary": "OKPaypp iOS SDK.",
5   "description": "移动应用支付接口。\n开发者不再需要编写冗长的代码,简单几步就可以使你的应用获得支付功能。\n让你的移动应用接入支付像大厦接入电力一样简单,方便,和温暖。\n支持微信支付,公众账号支付,支付宝钱包。",
6   "homepage": "https://github.com/latehorse/OKPaypp",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "deadvia": "deadvia@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/latehorse/OKPaypp.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": [
23     "Core",
24     "Alipay",
25     "Wx"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "public_header_files": [
31         "OKPaypp/*.h",
32         "OKPaypp/Core/*.h"
33       ],
34       "source_files": [
35         "OKPaypp/*.{h,m}",
36         "OKPaypp/Core/*.{h,m}"
37       ],
38       "frameworks": [
39         "CFNetwork",
40         "SystemConfiguration",
41         "Security",
42         "CoreTelephony"
43       ],
44       "ios": {
45         "libraries": [
46           "c++",
47           "stdc++",
48           "z"
49         ]
50       },
51       "xcconfig": {
52         "OTHER_LDFLAGS": "-ObjC"
53       }
54     },
55     {
56       "name": "Alipay",
57       "public_header_files": "OKPaypp/Channels/Alipay/*.h",
58       "source_files": "OKPaypp/Channels/Alipay/*.{h,m}",
59       "ios": {
60         "vendored_frameworks": "OKPaypp/Channels/Alipay/*.framework"
61       },
62       "resources": "OKPaypp/Channels/Alipay/*.bundle",
63       "frameworks": "CoreMotion",
64       "dependencies": {
65         "OKPaypp/Core": [
67         ]
68       }
69     },
70     {
71       "name": "Wx",
72       "public_header_files": "OKPaypp/Channels/Wx/*.h",
73       "source_files": "OKPaypp/Channels/Wx/*.{h,m}",
74       "vendored_libraries": "OKPaypp/Channels/Wx/*.a",
75       "ios": {
76         "libraries": "sqlite3.0"
77       },
78       "dependencies": {
79         "OKPaypp/Core": [
81         ]
82       }
83     }
84   ]