[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / c / e / 3 / GofWebImageLib / 0.0.1 / GofWebImageLib.podspec.json
blobf1cdc2205fdae32fd665a0b23669d82f938a9674
2   "name": "GofWebImageLib",
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/GofWebImageLib.git",
13   "description": "网络图片加载静态库",
14   "frameworks": [
15     "Foundation",
16     "UIKit"
17   ],
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/LeeGof/GofWebImageLib.git",
21     "tag": "0.0.1"
22   },
23   "platforms": {
24     "ios": "9.0"
25   },
26   "vendored_frameworks": "GofWebImage.framework",
27   "source_files": "GofWebImage/*.h",
28   "dependencies": {
29     "SDWebImageFLPlugin": [
30       "0.3.0"
31     ]
32   }