blob: 5009ce56ba417754edfc6657dc715eda25620170 [file] [log] [blame]
{
"name": "KKTransition",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "KKTransition/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}