[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / e / a / GofKitLib / 0.0.4 / GofKitLib.podspec.json
blob05c77edf11e9ad21f6bdd49b92fffb6ec7c12da3
2   "name": "GofKitLib",
3   "version": "0.0.4",
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.4"
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   }