blob: 9d0236cbdf6f6a89599b45359fb895cee0744c88 [file] [log] [blame]
{
"name": "KenBurns",
"version": "0.1.3",
"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.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KenBurns/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"CLKParametricAnimations": [
"~> 0.1.0"
],
"SDWebImage": [
"~> 3.8.1"
]
}
}