blob: 9c510f9792db07f6a6380bc051743cd11dfb31b5 [file] [log] [blame]
{
"name": "Spitfire",
"version": "0.3.1",
"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.",
"authors": {
"Sean McNeil": "mcneilsean@icloud.com"
},
"homepage": "https://github.com/seanmcneil/Spitfire",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/seanmcneil/Spitfire.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/sean_mcneil",
"platforms": {
"ios": "8.3"
},
"source_files": "Spitfire/Classes/**/*",
"pushed_with_swift_version": "3.0"
}