[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / c / a / NIMKit / 2.12.6 / NIMKit.podspec.json
blob4af965a473b4476032b2c090cc39530da4604df8
2   "name": "NIMKit",
3   "version": "2.12.6",
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/netease-im/NIM_iOS_UIKit.git",
13     "tag": "2.12.6"
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/Classes/**/*.{h,m}",
37       "dependencies": {
38         "NIMKit/Core": [
40         ],
41         "NIMSDK": [
42           "~> 6.10.0"
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           "~> 6.10.0"
55         ]
56       }
57     },
58     {
59       "name": "Core",
60       "resources": "NIMKit/Resources/*.*",
61       "dependencies": {
62         "SDWebImage": [
63           "~> 5.0.6"
64         ],
65         "FLAnimatedImage": [
66           "~> 1.0.12"
67         ],
68         "Toast": [
69           "~> 3.0"
70         ],
71         "M80AttributedLabel": [
72           "~> 1.9.9"
73         ],
74         "TZImagePickerController": [
75           "~> 3.2.1"
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           "~> 6.10.0"
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           "~> 6.10.0"
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       }
123     }
124   ]