[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 1 / 4 / ZFGifDecoder / 1.0.0 / ZFGifDecoder.podspec.json
blob11062849525b03d066961e93a8d1536fe133beca
2   "name": "ZFGifDecoder",
3   "version": "1.0.0",
4   "summary": "ZFGifDecoder is an object-c gif framework.",
5   "description": "ZFGifDecoder 是一个object-c 的gif动画加载库.方便使用处理gif动画",
6   "homepage": "https://git.oschina.net/zify/ZFGifDecoder",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "zhaoliang": "zhaol2014@foxmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://git.oschina.net/zify/ZFGifDecoder.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "ZFGifDecoder/**/*.{h,m}",
19   "public_header_files": "ZFGifDecoder/**/*.h",
20   "frameworks": [
21     "UIKit",
22     "ImageIO"
23   ],
24   "requires_arc": true