blob: 003099d426d41423b544b15bdd03d3435b16e0f7 [file] [log] [blame]
{
"name": "Walt",
"version": "0.1.2",
"summary": "A Swift 3 library for creating gifs/videos from a series of images.",
"description": "Walt is a Swift 3 library for creating gifs/videos from a series of images.",
"homepage": "https://github.com/gonzalonunez/Walt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gonzalonunez": "hello@gonzalonunez.me"
},
"source": {
"git": "https://github.com/gonzalonunez/Walt.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/gonzalo__nunez",
"platforms": {
"ios": "9.0"
},
"source_files": "Walt/Source/**/*",
"resources": "Walt/Assets/**/*",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"ImageIO",
"MobileCoreServices",
"QuartzCore"
],
"pushed_with_swift_version": "3.0"
}