[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / d / c / OCFrame / 1.1.3 / OCFrame.podspec.json
blobab33cc7b04935cb4ed49aa52cd0e7a6dc9a8d15d
2   "name": "OCFrame",
3   "version": "1.1.3",
4   "summary": "iOS App Framework.",
5   "description": "iOS App Framework using ObjC.",
6   "homepage": "https://github.com/tospery/OCFrame",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangJianxiang": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/OCFrame.git",
16     "tag": "1.1.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "frameworks": [
22     "Foundation",
23     "CoreGraphics"
24   ],
25   "source_files": "OCFrame/OCFrame.h",
26   "subspecs": [
27     {
28       "name": "OCFCore",
29       "source_files": "OCFrame/OCFCore/**/*"
30     },
31     {
32       "name": "OCFModel",
33       "source_files": "OCFrame/OCFModel/**/*",
34       "dependencies": {
35         "OCFrame/OCFCore": [
37         ],
38         "libextobjc/EXTConcreteProtocol": [
39           "0.6"
40         ],
41         "Mantle-JX": [
42           "2.2.0-v3"
43         ],
44         "PINCache": [
45           "3.0.3"
46         ]
47       }
48     },
49     {
50       "name": "OCFModel",
51       "source_files": "OCFrame/OCFModel/**/*",
52       "dependencies": {
53         "OCFrame/OCFCore": [
55         ],
56         "libextobjc/EXTConcreteProtocol": [
57           "0.6"
58         ],
59         "Mantle-JX": [
60           "2.2.0-v3"
61         ],
62         "PINCache": [
63           "3.0.3"
64         ]
65       }
66     },
67     {
68       "name": "OCFExtensions",
69       "source_files": "OCFrame/OCFExtensions/**/*",
70       "frameworks": [
71         "UIKit",
72         "QuartzCore"
73       ],
74       "dependencies": {
75         "OCFrame/OCFModel": [
77         ],
78         "OCFrame/OCFResources": [
80         ],
81         "CocoaLumberjack": [
82           "3.7.2"
83         ],
84         "QMUIKit/QMUICore": [
85           "4.4.0"
86         ],
87         "Giotto": [
88           "0.3.7"
89         ],
90         "FCUUID": [
91           "1.3.1"
92         ],
93         "SDWebImage": [
94           "5.12.1"
95         ],
96         "Overcoat-JX": [
97           "4.0.5"
98         ]
99       }
100     },
101     {
102       "name": "OCFReactor",
103       "source_files": "OCFrame/OCFReactor/**/*",
104       "dependencies": {
105         "OCFrame/OCFExtensions": [
107         ],
108         "OCFrame/OCFComponents/JSBridge": [
110         ],
111         "AFNetworkActivityLogger": [
112           "3.0.0"
113         ],
114         "JLRoutes": [
115           "2.1"
116         ],
117         "GVUserDefaults": [
118           "1.0.2"
119         ],
120         "MJRefresh": [
121           "3.7.2"
122         ],
123         "DZNEmptyDataSet": [
124           "1.8.1"
125         ]
126       }
127     },
128     {
129       "name": "OCFResources",
130       "resource_bundles": {
131         "OCFResources": [
132           "OCFrame/OCFResources/*.*"
133         ]
134       }
135     },
136     {
137       "name": "OCFComponents",
138       "subspecs": [
139         {
140           "name": "JSBridge",
141           "source_files": "OCFrame/OCFComponents/JSBridge/**/*",
142           "frameworks": [
143             "UIKit",
144             "WebKit"
145           ]
146         }
147       ]
148     }
149   ]