blob: 431025fcc2648b6c209aa64e24d4ba3a21118e0e [file] [log] [blame]
{
"name": "HNKGooglePlacesAutocomplete",
"version": "0.3.1",
"summary": "An Objective-C wrapper for the Google Places Autocomplete API",
"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.",
"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": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/HNKGooglePlacesAutocomplete.{h,m}",
"Pod/Classes/CLPlacemark+HNKAdditions.{h,m}"
],
"dependencies": {
"HNKServerFacade": [
"~> 0.2"
],
"Mantle": [
"~> 1.5"
]
},
"subspecs": [
{
"name": "Models",
"source_files": [
"Pod/Classes/HNKGooglePlacesAutocompleteModel.{h,m}",
"Pod/Classes/HNKGooglePlacesAutocompleteQuery.{h,m}",
"Pod/Classes/HNKQueryResponse.{h,m}",
"Pod/Classes/HNKQueryResponsePrediction.{h,m}",
"Pod/Classes/HNKQueryResponsePredictionMatchedSubstring.{h,m}",
"Pod/Classes/HNKQueryResponsePredictionTerm.{h,m}"
],
"subspecs": [
{
"name": "Networking",
"source_files": "Pod/Classes/HNKGooglePlacesAutocompleteServer.{h,m}"
}
]
}
]
}