blob: 874f0d726935fb385f790734f64f4be2f94b2401 [file] [log] [blame]
{
"name": "GIFSet",
"version": "1.0.0",
"summary": "A simple toolset for creating GIFs and GIF-like videos.",
"description": "A collection of NSOperation subclasses that leverage AVFoundation tools to create GIFs and GIF-like videos from one or many AVAssets or UIImages.",
"homepage": "https://github.com/alfiehanssen/GIFSet",
"license": "MIT",
"authors": {
"Alfie Hanssen": "alfiehanssen@gmail.com"
},
"social_media_url": "https://twitter.com/alfiehanssen",
"source": {
"git": "https://github.com/alfiehanssen/GIFSet.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "GIFSet/GIFSet/Source/**/*.{h,m}",
"frameworks": [
"Foundation",
"MobileCoreServices",
"AVFoundation",
"CoreGraphics",
"UIKit",
"ImageIO"
]
}