blob: 3d08f96f7a39cb396bdf9b9b36ada632cfecc338 [file] [log] [blame]
{
"name": "LBNTools",
"version": "0.0.4",
"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": "MIT",
"authors": {
"Luciano Bastos Nunes": "sciasxp@gmail.com"
},
"source": {
"git": "https://github.com/sciasxp/LBNTools.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LBNTools": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Reachability": [
"~> 3"
]
}
}