blob: 56333ca3b75a8d59569d6929400395391813d92d [file] [log] [blame]
{
"name": "ApplyStyleKit",
"version": "0.3.0",
"summary": "You can apply design style comfortably, using Swifty Method Chain.",
"description": "ApplyStyleKit is a library that applies styles to UIKit using Swifty Method Chain.\nNormally, when applying styles to UIView etc.,\nit is necessary to write propertyName and equal operator many times.\nWith ApplyStyleKit, you can comfortably apply style to your code.",
"homepage": "https://github.com/shindyu/ApplyStyleKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shindyu": "shindyu.dev@gmail.com"
},
"source": {
"git": "https://github.com/shindyu/ApplyStyleKit.git",
"tag": "0.3.0"
},
"source_files": "ApplyStyleKit/**/*.swift",
"platforms": {
"ios": "9.0"
}
}