blob: ae200f235484e7ea3b2fa955122ed6e75bf64f6c [file] [log] [blame]
{
"name": "KenBurns",
"version": "0.4.0",
"summary": "A little Swift tool that performs a nice Ken Burns effect on an image",
"description": "A little Swift tool that performs a nice Ken Burns effect on an image. Powering Calm since 2016",
"homepage": "https://github.com/calmcom/KenBurns",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"calmcom": "support@calm.com"
},
"source": {
"git": "https://github.com/calmcom/KenBurns.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source_files": "KenBurns/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"CalmParametricAnimations": [
"~> 1.0.1"
],
"Kingfisher": [
"~> 5.0"
]
},
"swift_versions": "4.2",
"swift_version": "4.2"
}