blob: eed92c4fedc2f0683c3a46e5d50f7c48dedebf2f [file] [log] [blame]
{
"name": "ORLocation",
"version": "4.0.0",
"summary": "ORLocation - helpers to work with location services, etc.",
"description": "'ORCurrentLocationDetector - simple way to detect current user location with completion block.\nORMapsHelper - mapItemWithCoordinate & mapItemsForAddress.'",
"homepage": "https://github.com/Omega-R/ORLocation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Soloviev": "maxim@omega-r.com",
"Egor Lindberg": "egor-lindberg@omega-r.com"
},
"source": {
"git": "https://github.com/Omega-R/ORLocation.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "Sources/ORLocation/Classes/**/*",
"frameworks": [
"CoreLocation",
"MapKit"
],
"swift_version": "5.0"
}