[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 8 / f / AIExternalSDK / 0.1.0 / AIExternalSDK.podspec.json
blob567b1e89be39d0ea9e81953cc9bbb6c7f2eafc9e
2   "name": "AIExternalSDK",
3   "version": "0.1.0",
4   "summary": "管理第三方SDK,方便项目使用",
5   "description": "管理第三方SDK,方便项目使用。鉴于各平台更新不及时。",
6   "homepage": "http://git.oschina.net/",
7   "license": "MIT",
8   "authors": {
9     "zhaoliang": "zhaol2014@foxmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://git.oschina.net/aicmciisc/AIExternalSDK.git",
16     "tag": "0.1.0"
17   },
18   "subspecs": [
19     {
20       "name": "AlipaySDK",
21       "resources": "AlipaySDK/*.bundle",
22       "vendored_frameworks": "AlipaySDK/AlipaySDK.framework",
23       "frameworks": [
24         "CoreTelephony",
25         "SystemConfiguration",
26         "CoreMotion"
27       ],
28       "libraries": [
29         "z",
30         "c++"
31       ]
32     },
33     {
34       "name": "WeChatSDK",
35       "source_files": "WeiXin/*.h",
36       "frameworks": [
37         "CoreTelephony",
38         "SystemConfiguration"
39       ],
40       "libraries": [
41         "c++",
42         "sqlite3",
43         "z"
44       ],
45       "vendored_libraries": "WeiXin/libWeChatSDK.a"
46     },
47     {
48       "name": "WeiboSDK",
49       "source_files": "SinaWeibo/*.{h,m}",
50       "resources": "SinaWeibo/*.bundle",
51       "vendored_libraries": "SinaWeibo/libWeiboSDK.a",
52       "frameworks": [
53         "ImageIO",
54         "SystemConfiguration",
55         "CoreText",
56         "QuartzCore",
57         "Security",
58         "UIKit",
59         "Foundation",
60         "CoreGraphics",
61         "CoreTelephony"
62       ],
63       "libraries": [
64         "sqlite3",
65         "z"
66       ]
67     },
68     {
69       "name": "TencentOpenAPI",
70       "resources": "TencentOpenAPI/*.bundle",
71       "vendored_frameworks": "TencentOpenAPI/TencentOpenAPI.framework",
72       "frameworks": [
73         "CoreTelephony",
74         "SystemConfiguration"
75       ],
76       "libraries": [
77         "z",
78         "c++",
79         "sqlite3"
80       ],
81       "requires_arc": true
82     }
83   ]