[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 2 / ocapp / 1.0.1 / ocapp.podspec.json
blobaa1cf7ebfc9f3b1896396353339f0e40f7a3e4a4
2   "name": "ocapp",
3   "version": "1.0.1",
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.1"
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/DemoAlipaySDK.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       "vendored_frameworks": "ocapp/Classes/QQ/SDK/TencentOpenAPI.framework",
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       "dependencies": {
69         "WechatOpenSDK": [
71         ]
72       }
73     },
74     {
75       "name": "Sina",
76       "source_files": [
77         "ocapp/Classes/Sina/SDK/*.{h}"
78       ],
79       "vendored_libraries": "ocapp/Classes/Sina/SDK/libWeiboSDK.a",
80       "ios": {
81         "frameworks": [
82           "Photos",
83           "ImageIO",
84           "SystemConfiguration",
85           "CoreText",
86           "QuartzCore",
87           "Security",
88           "UIKit",
89           "Foundation",
90           "CoreGraphics",
91           "CoreTelephony"
92         ],
93         "libraries": [
94           "sqlite3",
95           "z"
96         ]
97       },
98       "resources": [
99         "ocapp/Classes/Sina/SDK/WeiboSDK.bundle"
100       ]
101     }
102   ]