[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / 1 / ZT_IM_SDK / 0.1.0 / ZT_IM_SDK.podspec.json
blob874cb9a2994bcffcba43ec647bfb498bf5354e9b
2   "name": "ZT_IM_SDK",
3   "version": "0.1.0",
4   "summary": "中通IMSDK客服",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ztthgly/mobile-ios-im-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jialiang": "jialiangnull@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ztthgly/mobile-ios-im-sdk.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "SDKLib",
24       "source_files": "ZT_IM_SDK/Classes/SDKLib/**/*.{h}",
25       "frameworks": [
26         "Foundation",
27         "CoreMedia",
28         "AVFoundation",
29         "CFNetwork",
30         "Security"
31       ],
32       "libraries": [
33         "icucore",
34         "curses"
35       ],
36       "vendored_libraries": "ZT_IM_SDK/Classes/SDKLib/libZT_IM_Lib.a",
37       "xcconfig": {
38         "OTHER_LDFLAGS": "-ObjC"
39       }
40     },
41     {
42       "name": "SDKKit",
43       "source_files": "ZT_IM_SDK/Classes/SDKKit/**/*.{h,m}",
44       "requires_arc": true,
45       "resource_bundles": {
46         "ZT_IM_SDK": [
47           "ZT_IM_SDK/Assets/*.xcassets"
48         ]
49       },
50       "resources": "ZT_IM_SDK/Classes/SDKKit/**/*.{xib,storyboard,plist}",
51       "dependencies": {
52         "ZT_IM_SDK/SDKLib": [
54         ],
55         "YYWebImage": [
57         ]
58       }
59     }
60   ]