[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 1 / 6 / HIPlaces / 0.1.0 / HIPlaces.podspec.json
blob099e54a5386dbb96d3ab3cfd9c6b553a66db2d24
2   "name": "HIPlaces",
3   "version": "0.1.0",
4   "summary": "An Objective - C wrapper for the Google Places API.",
5   "description": "                        An Objective - C wrapper for the Google Places API. The library currently includes\n\n                        1. Place Autocomplete\n                        2. Place Details\n",
6   "homepage": "https://github.com/hozefa26/HIPlaces",
7   "license": "MIT",
8   "authors": {
9     "Hozefa Indorewala": "me@hozefaindorewala.com"
10   },
11   "source": {
12     "git": "https://github.com/hozefa26/HIPlaces.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "HIPlaces": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.0"
29     ]
30   }