[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / a / HNKGooglePlacesAutocomplete / 0.6.0 / HNKGooglePlacesAutocomplete.podspec.json
blob9b6f273e0aab349c87962803e39aa217325c98af
2   "name": "HNKGooglePlacesAutocomplete",
3   "version": "0.6.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Harlan Kellaway": "hello@harlankellaway.com"
13   },
14   "source": {
15     "git": "https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git",
16     "tag": "0.6.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Pod/Classes/HNKGooglePlacesAutocomplete.{h,m}",
24     "Pod/Classes/CLPlacemark+HNKAdditions.{h,m}"
25   ],
26   "dependencies": {
27     "HNKServerFacade": [
28       "~> 0.2"
29     ],
30     "Mantle": [
31       "~> 1.5"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Models",
37       "source_files": [
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}"
45       ],
46       "subspecs": [
47         {
48           "name": "Networking",
49           "source_files": "Pod/Classes/HNKGooglePlacesServer.{h,m}"
50         }
51       ]
52     }
53   ]