blob: 92e061d27c5abac3e1ad08b1e897af6a9ef9c19e [file] [log] [blame]
{
"name": "KSOAnimation",
"version": "0.2.0",
"summary": "KSOAnimation is a collection of animations and transitions that extend the UIKit framework.",
"description": "KSOAnimation is a collection of animations and transitions that extend the `UIKit` framework. They facilitate custom presentation and dismissal animations.",
"homepage": "https://github.com/Kosoku/KSOAnimation",
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOAnimation.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "KSOAnimation/**/*.{h,m}",
"exclude_files": "KSOAnimation/KSOAnimation-Info.h",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Stanley": [
]
}
}