[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / c / GofMediatorLib / 0.0.1 / GofMediatorLib.podspec.json
blob1f987d4db37e993baa781cf3f4478534ff8c6f46
2   "name": "GofMediatorLib",
3   "version": "0.0.1",
4   "summary": "中间件",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "LeeGof": "ligfufida@gmail.com"
11   },
12   "homepage": "https://github.com/LeeGof/GofMediatorLib.git",
13   "description": "中间件静态库",
14   "frameworks": [
15     "Foundation",
16     "UIKit"
17   ],
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/LeeGof/GofMediatorLib.git",
21     "tag": "0.0.1"
22   },
23   "platforms": {
24     "ios": "9.0"
25   },
26   "vendored_frameworks": "GofMediatorLib/GofMediator.framework",
27   "source_files": "GofMediator/*.h",
28   "resources": [
29     "GofMediatorResource/*.png"
30   ]