blob: 414224ffa4cc8bcdd53808982bfa77e3a91e39d3 [file] [log] [blame]
{
"name": "UsefulExtensions",
"version": "0.1.5",
"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.1.5"
},
"platforms": {
"ios": "9.3"
},
"source_files": [
"Classes",
"UsefulExtensions/**/*.{h,m,swift}"
],
"pushed_with_swift_version": "3.0"
}