[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / c / 9 / ERComponent / 0.0.4 / ERComponent.podspec.json
blobf3cbffe63c0cb484f36ac6874f954e437756a43c
2   "name": "ERComponent",
3   "version": "0.0.4",
4   "summary": "Eric 网络收集常用组件库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ocswor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jialianghappy1314@163.com": "yijialiang@stormorai.com"
13   },
14   "source": {
15     "git": "https://github.com/ocswor/ERComponent.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Base",
24       "source_files": "ERComponent/Classes/Base/**/*"
25     },
26     {
27       "name": "BaseCategory",
28       "source_files": "ERComponent/Classes/BaseCategory/**/*",
29       "dependencies": {
30         "SDWebImage": [
31           "~> 4.1.2"
32         ]
33       }
34     },
35     {
36       "name": "Network",
37       "source_files": "ERComponent/Classes/Network/**/*",
38       "dependencies": {
39         "AFNetworking": [
40           "~> 3.1.0"
41         ]
42       }
43     },
44     {
45       "name": "Tool",
46       "source_files": "ERComponent/Classes/Tool/**/*"
47     }
48   ]