[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / a / HNKGooglePlacesAutocomplete / 1.0.1 / HNKGooglePlacesAutocomplete.podspec.json
blob7ce9dd795065ca31f9be0c6fac1b304d2c22686c
2   "name": "HNKGooglePlacesAutocomplete",
3   "version": "1.0.1",
4   "summary": "An Objective-C wrapper for the Google Places Autocomplete API",
5   "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.",
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": "1.0.1"
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   "frameworks": "CoreLocation",
27   "dependencies": {
28     "HNKServerFacade": [
29       "~> 0.3"
30     ],
31     "Mantle": [
32       "~> 1.5"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Models",
38       "source_files": [
39         "Pod/Classes/HNKGooglePlacesAutocompleteModel.{h,m}",
40         "Pod/Classes/HNKGooglePlacesAutocompleteQuery.{h,m}",
41         "Pod/Classes/HNKGooglePlacesAutocompleteQueryConfig.{h,m}",
42         "Pod/Classes/HNKGooglePlacesAutocompleteQueryResponse.{h,m}",
43         "Pod/Classes/HNKGooglePlacesAutocompletePlace.{h,m}",
44         "Pod/Classes/HNKGooglePlacesAutocompletePlaceSubstring.{h,m}",
45         "Pod/Classes/HNKGooglePlacesAutocompletePlaceTerm.{h,m}"
46       ],
47       "subspecs": [
48         {
49           "name": "Networking",
50           "source_files": "Pod/Classes/HNKGooglePlacesServer.{h,m}"
51         }
52       ]
53     }
54   ]