[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / e / 8 / Fresh / 1.3.8 / Fresh.podspec.json
blobf44cfe5c27dbe74a1afa22339da838ab5bb3ad21
2   "name": "Fresh",
3   "version": "1.3.8",
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.8"
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": "Protocol",
44       "source_files": "FreshDemo/Fresh/Protocol/*.h"
45     },
46     {
47       "name": "Category",
48       "dependencies": {
49         "Fresh/Protocol": [
51         ],
52         "MJRefresh": [
54         ],
55         "StreamKit": [
57         ],
58         "Masonry": [
60         ]
61       },
62       "source_files": "FreshDemo/Fresh/Category/*.{h,m}"
63     },
64     {
65       "name": "ViewModel",
66       "dependencies": {
67         "StreamKit": [
69         ]
70       },
71       "source_files": "FreshDemo/Fresh/ViewModel/*.{h,m}"
72     },
73     {
74       "name": "Model",
75       "source_files": "FreshDemo/Fresh/Model/*.{h,m}"
76     },
77     {
78       "name": "View",
79       "dependencies": {
80         "Masonry": [
82         ]
83       },
84       "source_files": "FreshDemo/Fresh/View/*.{h,m}"
85     },
86     {
87       "name": "Controller",
88       "dependencies": {
89         "Fresh/Protocol": [
91         ],
92         "Masonry": [
94         ],
95         "StreamKit": [
97         ],
98         "Fresh/View": [
100         ],
101         "Fresh/Category": [
103         ],
104         "Fresh/ViewModel": [
106         ]
107       },
108       "source_files": "FreshDemo/Fresh/Controller/*.{h,m}"
109     }
110   ]