blob: fb52f374cd16e86aede257f63dddbe5a43011bb7 [file] [log] [blame]
{
"name": "HNKGooglePlacesAutocomplete",
"version": "0.7.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 layered 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.7.1"
},
"platforms": {
"ios": "7.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/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}"
}
]
}
]
}