[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 7 / e / a / GofKitLib / 0.0.1 / GofKitLib.podspec.json
blobb132d0a36a393f7395dfbd63276a0a175544afe0
2   "name": "GofKitLib",
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/GofKitLib.git",
13   "description": "GofKit静态库",
14   "frameworks": [
15     "Foundation",
16     "UIKit",
17     "WebKit"
18   ],
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/LeeGof/GofKitLib.git",
22     "tag": "0.0.1"
23   },
24   "platforms": {
25     "ios": "9.0"
26   },
27   "vendored_frameworks": "GofKit.framework",
28   "source_files": "GofKit/*.h",
29   "dependencies": {
30     "Masonry": [
31       "1.1.0"
32     ]
33   }