[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / e / 0 / GGJ_NIMKit / 0.7.0 / GGJ_NIMKit.podspec.json
blob02fd8ef3b68f36a5dbd118f4e6f5f99ff3aac83d
2   "name": "GGJ_NIMKit",
3   "version": "0.7.0",
4   "summary": "Netease IM UI Kit",
5   "homepage": "https://github.com/ioscick",
6   "authors": "shenliping",
7   "source": {
8     "git": "https://github.com/ioscick/GGJ_NIMKit",
9     "tag": "0.7.0"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "frameworks": [
15     "CoreText",
16     "SystemConfiguration",
17     "AVFoundation",
18     "CoreTelephony",
19     "AudioToolbox",
20     "CoreMedia",
21     "VideoToolbox"
22   ],
23   "libraries": [
24     "sqlite3.0",
25     "z",
26     "c++"
27   ],
28   "default_subspecs": "Lite",
29   "subspecs": [
30     {
31       "name": "Full",
32       "source_files": "GGJ_NIMKit/GGJ_NIMKit/**/*.{h,m}",
33       "dependencies": {
34         "GGJ_NIMKit/Core": [
36         ],
37         "NIMSDK": [
38           "~> 6.2.0"
39         ]
40       }
41     },
42     {
43       "name": "Lite",
44       "source_files": "GGJ_NIMKit/GGJ_NIMKit/**/*.{h,m}",
45       "dependencies": {
46         "GGJ_NIMKit/Core": [
48         ],
49         "NIMSDK_LITE": [
50           "~> 6.2.0"
51         ]
52       }
53     },
54     {
55       "name": "Core",
56       "resources": "GGJ_NIMKit/Resources/*.*",
57       "dependencies": {
58         "SDWebImage": [
59           "~> 4.4.5"
60         ],
61         "Toast": [
62           "~> 3.0"
63         ],
64         "M80AttributedLabel": [
65           "~> 1.6.3"
66         ],
67         "TZImagePickerController": [
68           "~> 3.0.7"
69         ]
70       }
71     }
72   ]