blob: d0cf9b211432830e5d41879f3605091cb1c36eb0 [file] [log] [blame]
{
"name": "KuzduExtensions",
"version": "0.1.0",
"summary": "KuzduExtensions includes a bunch of recurring extensions which are needful for every project.",
"description": "KuzduExtensions includes needful extensions for\n * Date\n * UIColor\n * String\n * UITextField\n * UINavigationbar\n * UIView\n * ImageView\n * UILabel\n * UIButton\n * BarButtonItem\n * ViewController\n\n Most of the extensions I wrote myself. Some of them I copied and/or improved from Stack Overflow.\n (So when somebody find his code here please do not blame me. On the contrary. Feel honored.)\n I will always add, update and remove the extensions.",
"homepage": "https://github.com/kuzdu/KuzduExtensions",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"kuzdu": "rothkegel.michael@gmail.com"
},
"source": {
"git": "https://github.com/kuzdu/KuzduExtensions.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"swift_version": "4.0",
"source_files": "*.swift"
}