blob: 18824c01740abcc66fbeaea01298bf7a3ce26132 [file] [log] [blame]
{
"name": "HNKGooglePlacesAutocomplete",
"version": "1.1.1",
"summary": "An Objective-C wrapper for the Google Places Autocomplete API",
"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.",
"homepage": "https://github.com/hkellaway/HNKGooglePlacesAutocomplete",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harlan Kellaway": "hello@harlankellaway.com"
},
"source": {
"git": "https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/HNKGooglePlacesAutocomplete.{h,m}",
"Pod/Classes/CLPlacemark+HNKAdditions.{h,m}"
],
"frameworks": "CoreLocation",
"dependencies": {
"HNKServerFacade": [
"~> 0.3"
],
"Mantle": [
"~> 2.0"
]
},
"subspecs": [
{
"name": "Models",
"source_files": [
"Pod/Classes/HNKGooglePlacesAutocompleteModel.{h,m}",
"Pod/Classes/HNKGooglePlacesAutocompleteQuery.{h,m}",
"Pod/Classes/HNKGooglePlacesAutocompleteQueryConfig.{h,m}",
"Pod/Classes/HNKGooglePlacesAutocompleteQueryResponse.{h,m}",
"Pod/Classes/HNKGooglePlacesAutocompletePlace.{h,m}",
"Pod/Classes/HNKGooglePlacesAutocompletePlaceSubstring.{h,m}",
"Pod/Classes/HNKGooglePlacesAutocompletePlaceTerm.{h,m}"
],
"subspecs": [
{
"name": "Networking",
"source_files": "Pod/Classes/HNKGooglePlacesServer.{h,m}"
}
]
}
]
}