blob: 46bc9c696042ca92246118db1747846bafa4019c [file] [log] [blame]
{
"name": "HNKGooglePlacesAutocomplete",
"version": "1.2.0",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"Mantle": [
"~> 2.0"
]
}
}