[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 2 / ocapp / 1.0.3 / ocapp.podspec.json
blobed78ba362ac4489ae549f8a6092d5d50a59b4d8b
2   "name": "ocapp",
3   "version": "1.0.3",
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.3"
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       "pod_target_xcconfig": {
85         "OTHER_LDFLAGS": "-ObjC"
86       }
87     },
88     {
89       "name": "Sina",
90       "source_files": [
91         "ocapp/Classes/Sina/*.{h}"
92       ],
93       "ios": {
94         "frameworks": [
95           "Photos",
96           "ImageIO",
97           "SystemConfiguration",
98           "CoreText",
99           "QuartzCore",
100           "Security",
101           "UIKit",
102           "Foundation",
103           "CoreGraphics",
104           "CoreTelephony"
105         ],
106         "libraries": [
107           "sqlite3",
108           "z"
109         ]
110       }
111     },
112     {
113       "name": "JPush",
114       "source_files": [
115         "ocapp/Classes/JPush/*.{h}"
116       ],
117       "ios": {
118         "frameworks": [
119           "CFNetwork",
120           "CoreTelephony",
121           "SystemConfiguration",
122           "CoreGraphics",
123           "Security",
124           "UserNotifications"
125         ],
126         "libraries": [
127           "z",
128           "resolv"
129         ]
130       }
131     },
132     {
133       "name": "All",
134       "dependencies": {
135         "ocapp/AliPay": [
137         ],
138         "ocapp/QQ": [
140         ],
141         "ocapp/WeChat": [
143         ],
144         "ocapp/Sina": [
146         ],
147         "ocapp/JPush": [
149         ]
150       }
151     }
152   ]