[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / a / HNKGooglePlacesAutocomplete / 0.3.3 / HNKGooglePlacesAutocomplete.podspec.json
blobcfa3e8720847427f046f4317d764a86cbd10c02b
2   "name": "HNKGooglePlacesAutocomplete",
3   "version": "0.3.3",
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.3.3"
17   },
18   "platforms": {
19     "ios": "8.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/HNKQueryResponse.{h,m}",
41         "Pod/Classes/HNKQueryResponsePrediction.{h,m}",
42         "Pod/Classes/HNKQueryResponsePredictionMatchedSubstring.{h,m}",
43         "Pod/Classes/HNKQueryResponsePredictionTerm.{h,m}"
44       ],
45       "subspecs": [
46         {
47           "name": "Networking",
48           "source_files": "Pod/Classes/HNKGooglePlacesAutocompleteServer.{h,m}"
49         }
50       ]
51     }
52   ]