2 "name": "HNKGooglePlacesAutocomplete",
4 "summary": "An Objective-C wrapper for the Google Places Autocomplete API",
5 "description": "An Objective-C wrapper for the GooglePlaces Autocomplete API, inspired by the popular pod SPGooglePlacesAutocomplete created in 2012. HNKGooglePlaces Autocomplete encapsulates the same core functionality - autocomplete suggestions and Google Place-to-CLPlacemark translation - with a more modern and pod-first approach.",
6 "homepage": "https://github.com/hkellaway/HNKGooglePlacesAutocomplete",
12 "Harlan Kellaway": "hello@harlankellaway.com"
15 "git": "https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git",
23 "Pod/Classes/HNKGooglePlacesAutocomplete.{h,m}",
24 "Pod/Classes/CLPlacemark+HNKAdditions.{h,m}"
38 "Pod/Classes/HNKGooglePlacesAutocompleteModel.{h,m}",
39 "Pod/Classes/HNKGooglePlacesAutocompleteQuery.{h,m}",
40 "Pod/Classes/HNKGooglePlacesAutocompleteQueryConfig.{h,m}",
41 "Pod/Classes/HNKGooglePlacesAutocompleteQueryResponse.{h,m}",
42 "Pod/Classes/HNKGooglePlacesAutocompletePlace.{h,m}",
43 "Pod/Classes/HNKGooglePlacesAutocompletePlaceSubstring.{h,m}",
44 "Pod/Classes/HNKGooglePlacesAutocompletePlaceTerm.{h,m}"
49 "source_files": "Pod/Classes/HNKGooglePlacesServer.{h,m}"