blob: 24ce7100b3ed62a6dda3f7470410d7450a6bc3bf [file] [log] [blame]
{
"name": "LocationPickerController",
"version": "2.0.0",
"summary": "Simple location picker with a built in maps.",
"description": "Simple location picker with a built in maps. The selected item can be returned to the calling controller as a CLLocationCoordinate2D.",
"homepage": "https://github.com/koogawa/LocationPickerController",
"screenshots": "https://raw.githubusercontent.com/koogawa/LocationPickerController/master/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kosuke Ogawa": "koogawa.app@gmail.com"
},
"social_media_url": "https://twitter.com/koogawa",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/koogawa/LocationPickerController.git",
"tag": "1.0.2"
},
"source_files": "LocationPickerController/*.swift",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"CoreLocation",
"MapKit"
],
"requires_arc": true
}