blob: e2632149b3df071551883b3720ba452e8fdc3f7f [file] [log] [blame]
{
"name": "UsefulExtensions",
"version": "0.0.1",
"summary": "Some useful extensions in Swift.",
"description": "Here you can find some class extension which i created in my projects.",
"homepage": "https://github.com/bellots/usefulExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Bellotto": "andreabellotto88@gmail.com"
},
"source": {
"git": "https://github.com/bellots/usefulExtensions.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"Classes",
"UsefulExtensions/**/*.{h,m}"
]
}