blob: 3734d0dc227d2cfd2b33d6e22d2e65aa75cb998b [file] [log] [blame]
{
"name": "UsefulExtensions",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"Classes",
"UsefulExtensions/**/*.{h,m,swift}"
],
"pushed_with_swift_version": "3.0"
}