[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / a / HNKGooglePlacesAutocomplete / 1.2.0 / HNKGooglePlacesAutocomplete.podspec.json
blob46bc9c696042ca92246118db1747846bafa4019c
2   "name": "HNKGooglePlacesAutocomplete",
3   "version": "1.2.0",
4   "summary": "An Objective-C wrapper for the Google Places Autocomplete API",
5   "description": "An Objective-C wrapper for the GooglePlaces Autocomplete API. HNKGooglePlacesAutocomplete encapsulates the same core functionality as SPGooglePlacesAutocomplete - autocomplete suggestions and Google Place-to-CLPlacemark translation - with a more modern approach.",
6   "homepage": "https://github.com/hkellaway/HNKGooglePlacesAutocomplete",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Harlan Kellaway": "hello@harlankellaway.com"
13   },
14   "source": {
15     "git": "https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/*.{h,m}",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.0"
26     ],
27     "Mantle": [
28       "~> 2.0"
29     ]
30   }