[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / e / 8 / Fresh / 1.3.0 / Fresh.podspec.json
blob6de07dc28875af3bdaeb73107f6852dd54f37344
2   "name": "Fresh",
3   "version": "1.3.0",
4   "summary": "Base object for iOS",
5   "homepage": "https://github.com/GodL/Fresh.git",
6   "license": "MIT",
7   "authors": {
8     "GodL": "547188371@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/GodL/Fresh.git",
15     "tag": "1.3.0"
16   },
17   "frameworks": "UIKit",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Marco",
22       "source_files": "FreshDemo/Fresh/Marco/*.h"
23     },
24     {
25       "name": "Service",
26       "dependencies": {
27         "YYModel": [
29         ],
30         "AFNetworking": [
32         ],
33         "StreamKit": [
35         ],
36         "TMarco": [
38         ]
39       },
40       "source_files": "FreshDemo/Fresh/Service/*.{h,m}"
41     },
42     {
43       "name": "Category",
44       "dependencies": {
45         "MJRefresh": [
47         ],
48         "StreamKit": [
50         ],
51         "Masonry": [
53         ]
54       },
55       "source_files": "FreshDemo/Fresh/Category/*.{h,m}"
56     },
57     {
58       "name": "ViewModel",
59       "dependencies": {
60         "StreamKit": [
62         ]
63       },
64       "source_files": "FreshDemo/Fresh/ViewModel/*.{h,m}"
65     },
66     {
67       "name": "Model",
68       "source_files": "FreshDemo/Fresh/Model/*.{h,m}"
69     },
70     {
71       "name": "View",
72       "dependencies": {
73         "Masonry": [
75         ]
76       },
77       "source_files": "FreshDemo/Fresh/View/*.{h,m}"
78     },
79     {
80       "name": "Controller",
81       "dependencies": {
82         "Masonry": [
84         ],
85         "StreamKit": [
87         ],
88         "Fresh/View": [
90         ],
91         "Fresh/Category": [
93         ],
94         "Fresh/ViewModel": [
96         ]
97       },
98       "source_files": "FreshDemo/Fresh/Controller/*.{h,m}"
99     }
100   ]