blob: c124cbd1ba3714ba8a7c74aaedf6c90c940e0b18 [file] [log] [blame]
{
"name": "UIChainDecorator",
"version": "0.1.0",
"summary": "UIChainDecorator library is extension library to change default set method of UIKit to a chain method (return object itself)",
"description": "UIChainDecorator library is extension library to change default set method of UIKit to a chain method (return object itself)\nSome UI decorate coding like textColor, alignment can be centralize in lazy var",
"homepage": "https://github.com/springwong/UIChainDecorator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"development.spring@gmail.com": "development.spring@gmail.com"
},
"source": {
"git": "https://github.com/springwong/UIChainDecorator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UIChainDecorator/Classes/**/*",
"pushed_with_swift_version": "3.0"
}