[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / 4 / 7 / GifWriter / 1.0.0 / GifWriter.podspec.json
blob5a92293bab5518faed40a23f5c6828f5d445195b
2   "name": "GifWriter",
3   "version": "1.0.0",
4   "summary": "An easy way to write a gif to a file.",
5   "homepage": "https://github.com/gbarcena/GifWriter",
6   "license": "MIT",
7   "authors": {
8     "Gustavo": "gustavo@barcena.me"
9   },
10   "source": {
11     "git": "https://github.com/gbarcena/GifWriter.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "GifWriter/Source/*",
19   "frameworks": [
20     "UIKit",
21     "MobileCoreServices",
22     "ImageIO"
23   ]