[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 8 / Fresh / 1.1.4 / Fresh.podspec.json
blobc4d896007969f1fa6e7ea8a5a3c71f76ad4ae047
2   "name": "Fresh",
3   "version": "1.1.4",
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.1.4"
16   },
17   "frameworks": "UIKit",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Marco",
22       "source_files": "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": "Fresh/Service/*.{h,m}"
41     },
42     {
43       "name": "Category",
44       "dependencies": {
45         "MJRefresh": [
47         ],
48         "StreamKit": [
50         ],
51         "Masonry": [
53         ]
54       },
55       "source_files": "Fresh/Category/*.{h,m}"
56     },
57     {
58       "name": "ViewModel",
59       "dependencies": {
60         "StreamKit": [
62         ]
63       },
64       "public_header_files": "Fresh/ViewModel/*.h",
65       "source_files": "Fresh/ViewModel/*.{h,m}"
66     },
67     {
68       "name": "Model",
69       "source_files": "Fresh/Model/*.{h,m}"
70     },
71     {
72       "name": "View",
73       "dependencies": {
74         "Masonry": [
76         ]
77       },
78       "source_files": "Fresh/View/*.{h,m}"
79     },
80     {
81       "name": "Controller",
82       "dependencies": {
83         "Masonry": [
85         ],
86         "StreamKit": [
88         ],
89         "Fresh/View": [
91         ],
92         "Fresh/Category": [
94         ],
95         "Fresh/ViewModel": [
97         ]
98       },
99       "source_files": "Fresh/Controller/*.{h,m}"
100     }
101   ]