blob: 482ab46c564fe6059db6a54723b8237f49f79af3 [file] [log] [blame]
{
"name": "ReactiveLocation",
"version": "3.1.0",
"summary": "Simple yet powerful wrapper of CLLocationManager for ReactiveCocoa",
"description": "Simple yet powerful wrapper of CLLocationManager for ReactiveCocoa. With support of requestim permissions and obtaiining user's location. Heading, Regions and Visits.",
"homepage": "https://github.com/AckeeCZ/ReactiveLocation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ackee": "info@ackee.cz"
},
"source": {
"git": "https://github.com/AckeeCZ/ReactiveLocation.git",
"tag": "3.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReactiveLocation/*.swift",
"dependencies": {
"ReactiveSwift": [
"~> 4.0"
]
}
}