blob: 85a43a442bf2f69601206b9a9fd2cfcab6187cf8 [file] [log] [blame]
{
"name": "MWPlaceSearch",
"version": "0.1.0",
"summary": "MWPlaceSearch is an easy-to-use MKLocalSearch wrapper written in Swift",
"description": "Did you know Apple officially provides a limit-free place search API called MKLocalSearch ?\nMWPlaceSearch is an easy-to-use MKLocalSearch library written in Swift.\n\n* Search with a natural query like 'Sushi Vancouver'\n* Optionally provide a region as a hint. Doing this results will be more accurate.\n* You will receive a callback when your search is completed. Results include name, URL, phone number, coordinate, address components such as administrative area, city, street name and so on.",
"homepage": "https://github.com/mshrwtnb/MWPlaceSearch",
"license": "MIT",
"authors": {
"Masahiro Watanabe": "m@nsocean.org"
},
"source": {
"git": "https://github.com/mshrwtnb/MWPlaceSearch.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MWPlaceSearch/Classes/**/*",
"frameworks": "MapKit"
}