[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / c / a / NIMKit / 1.0.4 / NIMKit.podspec.json
bloba27b4443d1e5c74035e5868e1ca10351e7d0fa2a
2   "name": "NIMKit",
3   "version": "1.0.4",
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.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "resources": "NIMKit/Resources/*",
19   "frameworks": [
20     "CoreText",
21     "SystemConfiguration",
22     "AVFoundation",
23     "CoreTelephony",
24     "AudioToolbox",
25     "CoreMedia",
26     "VideoToolbox"
27   ],
28   "libraries": [
29     "sqlite3.0",
30     "z",
31     "c++"
32   ],
33   "default_subspecs": "Lite",
34   "subspecs": [
35     {
36       "name": "Full",
37       "source_files": "NIMKit/NIMKit/**/*.{h,m}",
38       "dependencies": {
39         "SDWebImage": [
40           "~> 3.8.2"
41         ],
42         "Toast": [
43           "~> 3.0"
44         ],
45         "SVProgressHUD": [
46           "~> 2.0.3"
47         ],
48         "M80AttributedLabel": [
49           "~> 1.5.0"
50         ],
51         "CTAssetsPickerController": [
52           "~> 3.3.2-alpha"
53         ],
54         "NIMSDK": [
55           "~> 3.2.0"
56         ]
57       }
58     },
59     {
60       "name": "Lite",
61       "source_files": "NIMKit/NIMKit/**/*.{h,m}",
62       "dependencies": {
63         "SDWebImage": [
64           "~> 3.8.2"
65         ],
66         "Toast": [
67           "~> 3.0"
68         ],
69         "SVProgressHUD": [
70           "~> 2.0.3"
71         ],
72         "M80AttributedLabel": [
73           "~> 1.5.0"
74         ],
75         "CTAssetsPickerController": [
76           "~> 3.3.2-alpha"
77         ],
78         "NIMSDK_LITE": [
79           "~> 3.2.0"
80         ]
81       }
82     }
83   ]