blob: 24e785ef801beba1ada293018cd85f16ecaab347 [file] [log] [blame]
{
"name": "LocationPickerController",
"version": "2.2.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": "2.2.0"
},
"source_files": "LocationPickerController/*.swift",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"CoreLocation",
"MapKit"
],
"requires_arc": true
}