[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 2 / ocapp / 1.0.2 / ocapp.podspec.json
blob24b553b6c15812456a3a621b7a7fcc7bf50ccc7a
2   "name": "ocapp",
3   "version": "1.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "AliPay",
23     "QQ",
24     "WeChat",
25     "Sina"
26   ],
27   "subspecs": [
28     {
29       "name": "AliPay",
30       "source_files": [
31         "ocapp/Classes/AliPay/EeAlipaySDK.h"
32       ],
33       "ios": {
34         "frameworks": [
35           "CFNetwork",
36           "SystemConfiguration",
37           "CoreGraphics",
38           "CoreTelephony",
39           "CoreMotion",
40           "CoreText"
41         ],
42         "libraries": [
43           "c++",
44           "z"
45         ]
46       }
47     },
48     {
49       "name": "QQ",
50       "source_files": [
51         "ocapp/Classes/QQ/*{.h}"
52       ],
53       "ios": {
54         "frameworks": [
55           "Security",
56           "SystemConfiguration",
57           "CoreGraphics",
58           "CoreTelephony"
59         ],
60         "libraries": [
61           "iconv",
62           "sqlite3",
63           "stdc++",
64           "z"
65         ]
66       }
67     },
68     {
69       "name": "WeChat",
70       "source_files": [
71         "ocapp/Classes/WeChat/*.{h}"
72       ],
73       "ios": {
74         "frameworks": [
75           "Security",
76           "SystemConfiguration",
77           "CFNetwork",
78           "CoreTelephony"
79         ],
80         "libraries": [
81           "z",
82           "sqlite3.0",
83           "c++",
84           "z"
85         ]
86       },
87       "pod_target_xcconfig": {
88         "OTHER_LDFLAGS": "-ObjC"
89       }
90     },
91     {
92       "name": "Sina",
93       "source_files": [
94         "ocapp/Classes/Sina/*.{h}"
95       ],
96       "ios": {
97         "frameworks": [
98           "Photos",
99           "ImageIO",
100           "SystemConfiguration",
101           "CoreText",
102           "QuartzCore",
103           "Security",
104           "UIKit",
105           "Foundation",
106           "CoreGraphics",
107           "CoreTelephony"
108         ],
109         "libraries": [
110           "sqlite3",
111           "z"
112         ]
113       }
114     }
115   ]