[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 7 / c / GIFSet / 1.0.0 / GIFSet.podspec.json
blob874f0d726935fb385f790734f64f4be2f94b2401
2   "name": "GIFSet",
3   "version": "1.0.0",
4   "summary": "A simple toolset for creating GIFs and GIF-like videos.",
5   "description": "A collection of NSOperation subclasses that leverage AVFoundation tools to create GIFs and GIF-like videos from one or many AVAssets or UIImages.",
6   "homepage": "https://github.com/alfiehanssen/GIFSet",
7   "license": "MIT",
8   "authors": {
9     "Alfie Hanssen": "alfiehanssen@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/alfiehanssen",
12   "source": {
13     "git": "https://github.com/alfiehanssen/GIFSet.git",
14     "tag": "1.0.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "GIFSet/GIFSet/Source/**/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "MobileCoreServices",
24     "AVFoundation",
25     "CoreGraphics",
26     "UIKit",
27     "ImageIO"
28   ]