blob: cbbb5f3831aab6f179c5ee0f28268e57b8aa35a9 [file] [log] [blame]
{
"name": "LocationManager",
"version": "0.1.5",
"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": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LocationManager": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PromiseKit": [
"~> 3.0"
]
}
}