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