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