[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / b / e / CRHelperLib / 0.0.5 / CRHelperLib.podspec.json
blobaaf8607d92c1dfa724aeef94f8c2d4c91e6df80e
2   "name": "CRHelperLib",
3   "version": "0.0.5",
4   "summary": "自用小助手",
5   "description": "Crazs",
6   "homepage": "https://github.com/Crazs/CRHelperLib",
7   "license": "MIT",
8   "authors": {
9     "Crazs": "zhouwtzs@163.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/Crazs/CRHelperLib.git",
16     "tag": "0.0.5"
17   },
18   "source_files": "CRHelperLib/*.{h,m}",
19   "dependencies": {
20     "MJRefresh": [
22     ],
23     "AFNetworking": [
24       "~> 3.2.1"
25     ],
26     "SDWebImage": [
27       "~> 4.4.6"
28     ],
29     "Masonry": [
30       "~> 1.1.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Base",
36       "source_files": "CRHelperLib/Base/*.{h,m}"
37     },
38     {
39       "name": "File",
40       "source_files": "CRHelperLib/File/*.{h,m}"
41     },
42     {
43       "name": "Media",
44       "source_files": "CRHelperLib/Media/*.{h,m}",
45       "dependencies": {
46         "CRHelperLib/Base": [
48         ]
49       }
50     },
51     {
52       "name": "UserCreator",
53       "source_files": "CRHelperLib/UserCreator/*.{h,m}",
54       "dependencies": {
55         "CRHelperLib/Base": [
57         ],
58         "CRHelperLib/Media": [
60         ]
61       }
62     },
63     {
64       "name": "View",
65       "source_files": "CRHelperLib/View/*.{h,m}",
66       "dependencies": {
67         "Masonry": [
68           "~> 1.1.0"
69         ],
70         "CRHelperLib/Base": [
72         ]
73       }
74     }
75   ]