[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 8 / Fresh / 1.4.7 / Fresh.podspec.json
blob61732e16359bfa3466e6189ed4de018124f6f109
2   "name": "Fresh",
3   "version": "1.4.7",
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.4.7"
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         "Fresh/Protocol": [
85         ]
86       },
87       "source_files": "FreshDemo/Fresh/View/*.{h,m}"
88     },
89     {
90       "name": "Controller",
91       "dependencies": {
92         "Fresh/Protocol": [
94         ],
95         "Masonry": [
97         ],
98         "StreamKit": [
100         ],
101         "Fresh/View": [
103         ],
104         "Fresh/Category": [
106         ],
107         "Fresh/ViewModel": [
109         ]
110       },
111       "source_files": "FreshDemo/Fresh/Controller/*.{h,m}"
112     }
113   ]