blob: b973d9d39982e42532d930b608095b0adc4c090d [file] [log] [blame]
{
"name": "LBNTools",
"version": "0.0.7",
"summary": "Some methods tools I use in most of my projects. A colection of facilitators methods.",
"description": "In this class I include class methods with facilitators methods that I most use in my projects. In this initial version is included three methods.",
"homepage": "https://github.com/sciasxp/LBNTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luciano Bastos Nunes": "sciasxp@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sciasxp/LBNTools.git",
"tag": "0.0.7"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LBNTools": [
"Pod/Assets/*.png"
]
},
"requires_arc": true,
"dependencies": {
"Reachability": [
"~> 3"
]
}
}