blob: b063d34a7bafa695e4807656310bb3c05ed624ef [file] [log] [blame]
{
"name": "KSOAnimation",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "KSOAnimation/**/*.{h,m}",
"exclude_files": "KSOAnimation/KSOAnimation-Info.h",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Stanley": [
]
}
}