[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 4 / c / a / NIMKit / 1.5.1 / NIMKit.podspec.json
blob5a5013cd8b5849b1269a2ea2bf83eec9e2e0f2b1
2   "name": "NIMKit",
3   "version": "1.5.1",
4   "summary": "Netease IM UI Kit",
5   "homepage": "http://netease.im",
6   "license": {
7     "type": "Copyright",
8     "text": " Copyright 2017 Netease "
9   },
10   "authors": "Netease IM Team",
11   "source": {
12     "git": "https://github.com/netease-im/NIM_iOS_UIKit.git",
13     "tag": "1.5.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": [
19     "CoreText",
20     "SystemConfiguration",
21     "AVFoundation",
22     "CoreTelephony",
23     "AudioToolbox",
24     "CoreMedia",
25     "VideoToolbox"
26   ],
27   "libraries": [
28     "sqlite3.0",
29     "z",
30     "c++"
31   ],
32   "default_subspecs": "Lite",
33   "subspecs": [
34     {
35       "name": "Full",
36       "source_files": "NIMKit/NIMKit/**/*.{h,m}",
37       "dependencies": {
38         "NIMKit/Core": [
40         ],
41         "NIMSDK": [
42           "~> 3.8.0"
43         ]
44       }
45     },
46     {
47       "name": "Lite",
48       "source_files": "NIMKit/NIMKit/**/*.{h,m}",
49       "dependencies": {
50         "NIMKit/Core": [
52         ],
53         "NIMSDK_LITE": [
54           "~> 3.8.1"
55         ]
56       }
57     },
58     {
59       "name": "Core",
60       "resources": "NIMKit/Resources/*.*",
61       "dependencies": {
62         "SDWebImage": [
63           "~> 3.8.2"
64         ],
65         "Toast": [
66           "~> 3.0"
67         ],
68         "SVProgressHUD": [
69           "~> 2.0.3"
70         ],
71         "M80AttributedLabel": [
72           "~> 1.6.3"
73         ],
74         "TZImagePickerController": [
75           "~> 1.7.7"
76         ]
77       }
78     }
79   ]