[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / b / 0 / MWPlaceSearch / 0.1.0 / MWPlaceSearch.podspec.json
blob85a43a442bf2f69601206b9a9fd2cfcab6187cf8
2   "name": "MWPlaceSearch",
3   "version": "0.1.0",
4   "summary": "MWPlaceSearch is an easy-to-use MKLocalSearch wrapper written in Swift",
5   "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.",
6   "homepage": "https://github.com/mshrwtnb/MWPlaceSearch",
7   "license": "MIT",
8   "authors": {
9     "Masahiro Watanabe": "m@nsocean.org"
10   },
11   "source": {
12     "git": "https://github.com/mshrwtnb/MWPlaceSearch.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "MWPlaceSearch/Classes/**/*",
19   "frameworks": "MapKit"