blob: 91c7e1b71dd3ae52eabc82b6f58e9441865ed0c1 [file] [log] [blame]
{
"name": "Spitfire",
"version": "0.1.0",
"summary": "A fairly basic utility for taking an array of UIImages and producing a MOV video file.",
"description": "Spitfire will take an array of one or more UIImages, and produce a video file from them. It provides a nice range of error messages to assist in troubleshooting, and is designed\nsuch that it should handle most common scenarios without any problems.",
"homepage": "https://github.com/seanmcneil/Spitfire",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seanmcneil": "s@m.com"
},
"source": {
"git": "https://github.com/seanmcneil/Spitfire.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/sean_mcneil",
"platforms": {
"ios": "8.3"
},
"source_files": "Spitfire/Classes/**/*",
"pushed_with_swift_version": "3.0"
}