blob: a0307c7c0215fcf64f3f8f8b8c1d47e6779a7cba [file] [log] [blame]
{
"name": "KSOAnimation",
"version": "1.0.1",
"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": "Apache 2.0",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOAnimation.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "KSOAnimation/**/*.{h,m}",
"exclude_files": "KSOAnimation/KSOAnimation-Info.h",
"private_header_files": "KSOAnimation/Private/*.h",
"resource_bundles": {
"KSOAnimation": [
"KSOAnimation/**/*.{lproj}"
]
},
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Ditko": [
"~> 3.0"
]
}
}