blob: 88ca4409b500afe840c6f2a30df86d537a892901 [file] [log] [blame]
{
"name": "KKTransition",
"version": "1.0.0",
"summary": "UIViewController transition on iOS.",
"homepage": "https://github.com/huangkaizhan/KKTransition",
"license": "MIT",
"authors": {
"huangkaizhan": "huangkaizhan@mama.cn"
},
"source": {
"git": "https://github.com/huangkaizhan/KKTransition.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "KKTransition/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}