[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / c / a / NIMKit / 1.0.3 / NIMKit.podspec.json
blob46630a982762ec195d8abdc80c03def7fcb47a4e
2   "name": "NIMKit",
3   "version": "1.0.3",
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.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "default_subspecs": "Lite",
19   "subspecs": [
20     {
21       "name": "Full",
22       "source_files": "NIMKit/NIMKit/**/*.{h,m}",
23       "resources": "NIMKit/Resources/*",
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         "NIMSDK": [
55           "~> 3.2.0"
56         ]
57       }
58     },
59     {
60       "name": "Lite",
61       "source_files": "NIMKit/NIMKit/**/*.{h,m}",
62       "resources": "NIMKit/Resources/*",
63       "frameworks": [
64         "CoreText",
65         "SystemConfiguration",
66         "AVFoundation",
67         "CoreTelephony",
68         "AudioToolbox",
69         "CoreMedia",
70         "VideoToolbox"
71       ],
72       "libraries": [
73         "sqlite3.0",
74         "z",
75         "c++"
76       ],
77       "dependencies": {
78         "SDWebImage": [
80         ],
81         "Toast": [
83         ],
84         "SVProgressHUD": [
86         ],
87         "M80AttributedLabel": [
89         ],
90         "CTAssetsPickerController": [
92         ],
93         "NIMSDK_LITE": [
94           "~> 3.2.0"
95         ]
96       }
97     }
98   ]