blob: 93697f01c5667e68dfe8f8c3ba1d4220c956b12e [file] [log] [blame]
{
"name": "LocationManager",
"version": "1.0.0",
"summary": "CoreLocation wrapper for handling locations with ease.",
"description": "CoreLocation wrapper for handling locations with ease. Get location and attach location observers.",
"homepage": "https://github.com/thefuntasty/LocationManager",
"license": "MIT",
"authors": {
"Jakub Knejzlik": "jakub.knejzlik@gmail.com"
},
"source": {
"git": "https://github.com/thefuntasty/LocationManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LocationManager": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PromiseKit": [
"~> 3.0"
]
}
}