[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / c / a / NIMKit / 1.0.0 / NIMKit.podspec.json
blob1ac1c8491688040809a4ad84b9db8a000140f9ab
2   "name": "NIMKit",
3   "version": "1.0.0",
4   "summary": "Netease IM UI Kit",
5   "homepage": "http://netease.im",
6   "license": {
7     "type": "Copyright",
8     "text": " Copyright 2016 Netease "
9   },
10   "authors": "Netease IM Team",
11   "source": {
12     "git": "https://github.com/netease-im/NIM_iOS_UIKit.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "NIMKit/NIMKit/**/*.{h,m}",
19   "resources": [
20     "NIMKitResouce.bundle",
21     "NIMKitEmoticon.bundle",
22     "NIMKitSettings.bundle"
23   ],
24   "frameworks": [
25     "CoreText",
26     "SystemConfiguration",
27     "AVFoundation",
28     "CoreTelephony",
29     "AudioToolbox",
30     "CoreMedia",
31     "VideoToolbox"
32   ],
33   "libraries": [
34     "sqlite3.0",
35     "z",
36     "c++"
37   ],
38   "dependencies": {
39     "SDWebImage": [
41     ],
42     "Toast": [
44     ],
45     "SVProgressHUD": [
47     ],
48     "M80AttributedLabel": [
50     ],
51     "CTAssetsPickerController": [
53     ]
54   },
55   "default_subspecs": "Lite",
56   "subspecs": [
57     {
58       "name": "Lite",
59       "dependencies": {
60         "NIMSDK": [
61           "~> 3.2.0"
62         ]
63       }
64     },
65     {
66       "name": "Full",
67       "dependencies": {
68         "NIMSDK_LITE": [
69           "~> 3.2.0"
70         ]
71       }
72     }
73   ]