[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / a / HNKGooglePlacesAutocomplete / 0.3.0 / HNKGooglePlacesAutocomplete.podspec.json
blob2f975546718bd4eade4673aabba82c3c1e424c0e
2   "name": "HNKGooglePlacesAutocomplete",
3   "version": "0.3.0",
4   "summary": "A modern Objective-C wrapper for the Google Places Autocomplete API",
5   "homepage": "https://github.com/hkellaway/HNKGooglePlacesAutocomplete",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Harlan Kellaway": "hello@harlankellaway.com"
12   },
13   "source": {
14     "git": "https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git",
15     "tag": "0.3.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "Pod/Classes/HNKGooglePlacesAutocomplete.{h,m}",
23     "Pod/Classes/CLPlacemark+HNKAdditions.{h,m}"
24   ],
25   "dependencies": {
26     "HNKServerFacade": [
27       "~> 0.2"
28     ],
29     "Mantle": [
30       "~> 1.5"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Models",
36       "source_files": [
37         "Pod/Classes/HNKGooglePlacesAutocompleteModel.{h,m}",
38         "Pod/Classes/HNKGooglePlacesAutocompleteQuery.{h,m}",
39         "Pod/Classes/HNKQueryResponse.{h,m}",
40         "Pod/Classes/HNKQueryResponsePrediction.{h,m}",
41         "Pod/Classes/HNKQueryResponsePredictionMatchedSubstring.{h,m}",
42         "Pod/Classes/HNKQueryResponsePredictionTerm.{h,m}"
43       ],
44       "subspecs": [
45         {
46           "name": "Networking",
47           "source_files": "Pod/Classes/HNKGooglePlacesAutocompleteServer.{h,m}"
48         }
49       ]
50     }
51   ]