[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / f / AIExternalSDK / 0.2.0 / AIExternalSDK.podspec.json
blob48fbdb47c6d96d5b9123b15637306396581840ac
2   "name": "AIExternalSDK",
3   "version": "0.2.0",
4   "summary": "管理第三方SDK,方便项目使用",
5   "description": "管理第三方SDK,方便项目使用。鉴于各平台更新不及时。",
6   "homepage": "http://git.oschina.net/aicmciisc",
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.2.0"
17   },
18   "subspecs": [
19     {
20       "name": "AlipaySDK",
21       "resources": "AlipaySDK/*.bundle",
22       "vendored_frameworks": "AlipaySDK/AlipaySDK.framework",
23       "frameworks": [
24         "QuartzCore",
25         "CoreGraphics",
26         "CoreText",
27         "CoreTelephony",
28         "SystemConfiguration",
29         "CoreMotion",
30         "CFNetwork"
31       ],
32       "libraries": [
33         "z",
34         "c++"
35       ]
36     },
37     {
38       "name": "WeChatSDK",
39       "source_files": "WeiXin/*.h",
40       "frameworks": [
41         "CoreTelephony",
42         "CFNetwork",
43         "SystemConfiguration"
44       ],
45       "libraries": [
46         "c++",
47         "sqlite3",
48         "z"
49       ],
50       "vendored_libraries": "WeiXin/libWeChatSDK.a",
51       "pod_target_xcconfig": {
52         "OTHER_LDFLAGS": "-Objc -all_load"
53       }
54     },
55     {
56       "name": "WeiboSDK",
57       "source_files": "SinaWeibo/*.{h,m}",
58       "resources": "SinaWeibo/*.bundle",
59       "vendored_libraries": "SinaWeibo/libWeiboSDK.a",
60       "frameworks": [
61         "ImageIO",
62         "SystemConfiguration",
63         "CoreText",
64         "QuartzCore",
65         "Security",
66         "UIKit",
67         "Foundation",
68         "CoreGraphics",
69         "CoreTelephony"
70       ],
71       "libraries": [
72         "sqlite3",
73         "z"
74       ]
75     },
76     {
77       "name": "TencentOpenAPI",
78       "resources": "TencentOpenAPI/*.bundle",
79       "vendored_frameworks": "TencentOpenAPI/TencentOpenAPI.framework",
80       "frameworks": [
81         "CoreTelephony",
82         "SystemConfiguration"
83       ],
84       "libraries": [
85         "z",
86         "c++",
87         "sqlite3"
88       ],
89       "requires_arc": true
90     }
91   ]