[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 8 / 1 / CCNIMLib / 0.1.8 / CCNIMLib.podspec.json
blob2ab3bd47acd28564f54a1f431b23337e8395b093
2   "name": "CCNIMLib",
3   "version": "0.1.8",
4   "summary": "IM组件化",
5   "description": "基于云信IM的组件化",
6   "homepage": "http://gitlab.hbc.tech/ios/CCNIMLite.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "anxianglong": "anxianglong@huangbaoche.com"
13   },
14   "source": {
15     "git": "git@gitlab.hbc.tech:ios/CCNIMLite.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CCNIMLib/Classes/**/*.{h,m}",
22   "resource_bundles": {
23     "CCNIMLib": [
24       "CCNIMLib/Assets/*"
25     ]
26   },
27   "public_header_files": "Pod/Classes/**/*.h",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "dependencies": {
33     "NIMSDK_LITE": [
34       "6.5.0"
35     ],
36     "M80AttributedLabel": [
37       "1.6.3"
38     ],
39     "SDWebImage": [
40       "4.4.6"
41     ],
42     "Toast": [
43       "4.0.0"
44     ],
45     "TZImagePickerController": [
46       "3.2.0"
47     ]
48   }