[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 9 / d / a / ABNIMKit / 2.14.1.1 / ABNIMKit.podspec.json
blob9d6a52880dfe638b4858da4717b6869a2d3d1a15
2   "name": "ABNIMKit",
3   "version": "2.14.1.1",
4   "summary": "Netease IM UI Kit",
5   "homepage": "http://netease.im",
6   "license": {
7     "type": "Copyright",
8     "text": " Copyright 2019 Netease "
9   },
10   "authors": "Netease IM Team",
11   "source": {
12     "git": "https://github.com/Jiahai/NIM_iOS_UIKit.git",
13     "tag": "2.14.1.1"
14   },
15   "platforms": {
16     "ios": "9.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/Classes/**/*.{h,m}",
37       "dependencies": {
38         "NIMKit/Core": [
40         ],
41         "NIMSDK": [
42           "~> 7.9.1"
43         ]
44       }
45     },
46     {
47       "name": "Lite",
48       "source_files": "NIMKit/NIMKit/Classes/**/*.{h,m}",
49       "dependencies": {
50         "NIMKit/Core": [
52         ],
53         "NIMSDK_LITE": [
54           "~> 7.9.1"
55         ]
56       }
57     },
58     {
59       "name": "Core",
60       "resources": "NIMKit/Resources/*.*",
61       "dependencies": {
62         "SDWebImage": [
63           "~> 5.0.6"
64         ],
65         "Toast": [
66           "~> 3.0"
67         ],
68         "M80AttributedLabel": [
69           "~> 1.9.9"
70         ],
71         "YYImage": [
72           "~> 1.0.4"
73         ],
74         "YYImage/WebP": [
75           "~> 1.0.4"
76         ]
77       }
78     },
79     {
80       "name": "Full_Free",
81       "source_files": "NIMKit/NIMKit/Classes/**/*.{h,m}",
82       "dependencies": {
83         "NIMKit/Core_Free": [
85         ],
86         "NIMSDK": [
87           "~> 7.9.1"
88         ]
89       }
90     },
91     {
92       "name": "Lite_Free",
93       "source_files": "NIMKit/NIMKit/Classes/**/*.{h,m}",
94       "dependencies": {
95         "NIMKit/Core_Free": [
97         ],
98         "NIMSDK_LITE": [
99           "~> 7.9.1"
100         ]
101       }
102     },
103     {
104       "name": "Core_Free",
105       "resources": "NIMKit/Resources/*.*",
106       "dependencies": {
107         "SDWebImage": [
109         ],
110         "FLAnimatedImage": [
112         ],
113         "Toast": [
115         ],
116         "M80AttributedLabel": [
118         ],
119         "TZImagePickerController": [
121         ],
122         "YYImage": [
124         ],
125         "YYImage/WebP": [
127         ]
128       }
129     }
130   ]