blob: 96acb55ba27dc05bc36bfa3f7db08ec3cd15a896 [file] [log] [blame]
{
"name": "UIViewController+KSAdditions",
"version": "0.2.0",
"summary": "A UIViewController category that make you use UIViewController more efficiently.",
"description": "It is a category of UIViewController class, including lots of usefully functions that you will need when working with the UIViewController. This work is aim to reduce the repeate coding when you working with you iOS project.",
"homepage": "https://github.com/kevinsumios/UIViewController-KSAdditions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Sum": "kevin-sum@hotmail.com"
},
"source": {
"git": "https://github.com/kevinsumios/UIViewController-KSAdditions.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "UIViewController+KSAdditions.{h,m}"
}