blob: 8d16b63b97079d280e05dac14bc7c75638ca66b0 [file] [log] [blame]
{
"name": "NXPlacePicker",
"version": "1.0.0",
"summary": "iOS PlacePicker using entirely MapKit, CoreLocation",
"description": "iOS PlacePicker using entirely MapKit and CoreLocation",
"homepage": "https://github.com/NAXAM/ios-nativeplacepicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NAXAM CO., LTD": "services@naxam.net"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/NAXAM/ios-nativeplacepicker.git",
"commit": "7bf8a419476d3b8fca1f49f007e2afb6674c150f"
},
"source_files": "NXPlacePicker/NXPlacePicker/**/*.{h,m}",
"exclude_files": [
"xam-binding",
"NXPlacePickerQs"
],
"weak_frameworks": "MapKit",
"requires_arc": true
}