blob: ab2fbbab7049c43992fe31be3b3413919eee0a5e [file] [log] [blame]
{
"name": "ChainableKit",
"version": "0.1.0",
"summary": "Chainable UIKit in Objective-C",
"description": " I write this to give you a more convience syntax to set up UIKit component.\n It use a chainable syntax like `view.make.backgroundColor([UIColor whiteColor])`\n to configure view property.\n",
"homepage": "https://github.com/Draveness/ChainableKit",
"license": "MIT",
"authors": {
"Draveness": "stark.draven@gmail.com"
},
"source": {
"git": "https://github.com/Draveness/ChainableKit.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"platforms": {
"ios": "6.0"
},
"frameworks": "UIKit"
}