[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / d / f / 2 / ocapp / 1.0.4 / ocapp.podspec.json
blob4aa771b0d8e87cce0bbd7192094d3a40ce0448b0
2   "name": "ocapp",
3   "version": "1.0.4",
4   "summary": "个人常用第三方SDK集成方案",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/cocoa.me/ocapp",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuxietong": "zhuxietong@me.com"
13   },
14   "source": {
15     "git": "https://gitee.com/cocoa.me/ocapp.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "WeChat",
23     "QQ"
24   ],
25   "subspecs": [
26     {
27       "name": "AliPay",
28       "source_files": [
29         "ocapp/Classes/AliPay/EeAlipaySDK.h"
30       ],
31       "ios": {
32         "frameworks": [
33           "CFNetwork",
34           "SystemConfiguration",
35           "CoreGraphics",
36           "CoreTelephony",
37           "CoreMotion",
38           "CoreText"
39         ],
40         "libraries": [
41           "c++",
42           "z"
43         ]
44       }
45     },
46     {
47       "name": "QQ",
48       "source_files": [
49         "ocapp/Classes/QQ/*{.h}"
50       ],
51       "ios": {
52         "frameworks": [
53           "Security",
54           "SystemConfiguration",
55           "CoreGraphics",
56           "CoreTelephony"
57         ],
58         "libraries": [
59           "iconv",
60           "sqlite3",
61           "stdc++",
62           "z"
63         ]
64       }
65     },
66     {
67       "name": "WeChat",
68       "source_files": [
69         "ocapp/Classes/WeChat/*.{h}"
70       ],
71       "ios": {
72         "frameworks": [
73           "Security",
74           "SystemConfiguration",
75           "CFNetwork",
76           "CoreTelephony"
77         ],
78         "libraries": [
79           "z",
80           "sqlite3.0",
81           "c++"
82         ]
83       }
84     },
85     {
86       "name": "Sina",
87       "source_files": [
88         "ocapp/Classes/Sina/*.{h}"
89       ],
90       "ios": {
91         "frameworks": [
92           "Photos",
93           "ImageIO",
94           "SystemConfiguration",
95           "CoreText",
96           "QuartzCore",
97           "Security",
98           "UIKit",
99           "Foundation",
100           "CoreGraphics",
101           "CoreTelephony"
102         ],
103         "libraries": [
104           "sqlite3",
105           "z"
106         ]
107       }
108     },
109     {
110       "name": "JPush",
111       "source_files": [
112         "ocapp/Classes/JPush/*.{h}"
113       ],
114       "ios": {
115         "frameworks": [
116           "CFNetwork",
117           "CoreTelephony",
118           "SystemConfiguration",
119           "CoreGraphics",
120           "Security",
121           "UserNotifications"
122         ],
123         "libraries": [
124           "z",
125           "resolv"
126         ]
127       }
128     },
129     {
130       "name": "All",
131       "dependencies": {
132         "ocapp/AliPay": [
134         ],
135         "ocapp/QQ": [
137         ],
138         "ocapp/WeChat": [
140         ],
141         "ocapp/Sina": [
143         ],
144         "ocapp/JPush": [
146         ]
147       }
148     }
149   ]