blob: db33f17f3b42710dc3adde30ac8fc23e0c481730 [file] [log] [blame]
{
"name": "Decorator",
"version": "0.3.3",
"summary": "typealias Decoration<T> = (T) -> Void",
"description": "Generic decorator for UIView or any other class",
"homepage": "https://github.com/iwheelbuy/Decorator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iwheelbuy": "iwheelbuy@gmail.com"
},
"source": {
"git": "https://github.com/iwheelbuy/Decorator.git",
"tag": "0.3.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Decorator/Classes/**/*",
"pushed_with_swift_version": "3.0"
}