[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / a / HNKGooglePlacesAutocomplete / 0.2.0 / HNKGooglePlacesAutocomplete.podspec.json
blobd75ddd7fea1a71d161282568e2012c247f21bfff
2   "name": "HNKGooglePlacesAutocomplete",
3   "version": "0.2.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.2.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/HNKGooglePlacesAutocomplete.{h,m}",
22   "dependencies": {
23     "HNKServerFacade": [
24       "~> 0.2"
25     ],
26     "Mantle": [
27       "~> 1.5"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Models",
33       "source_files": [
34         "Pod/Classes/HNKGooglePlacesAutocompleteModel.{h,m}",
35         "Pod/Classes/HNKGooglePlacesAutocompleteQuery.{h,m}",
36         "Pod/Classes/HNKQueryResponse.{h,m}",
37         "Pod/Classes/HNKQueryResponsePrediction.{h,m}",
38         "Pod/Classes/HNKQueryResponsePredictionMatchedSubstring.{h,m}",
39         "Pod/Classes/HNKQueryResponsePredictionTerm.{h,m}"
40       ],
41       "subspecs": [
42         {
43           "name": "Networking",
44           "source_files": "Pod/Classes/HNKGooglePlacesAutocompleteServer.{h,m}"
45         }
46       ]
47     }
48   ]