blob: 099e54a5386dbb96d3ab3cfd9c6b553a66db2d24 [file] [log] [blame]
{
"name": "HIPlaces",
"version": "0.1.0",
"summary": "An Objective - C wrapper for the Google Places API.",
"description": " An Objective - C wrapper for the Google Places API. The library currently includes\n\n 1. Place Autocomplete\n 2. Place Details\n",
"homepage": "https://github.com/hozefa26/HIPlaces",
"license": "MIT",
"authors": {
"Hozefa Indorewala": "me@hozefaindorewala.com"
},
"source": {
"git": "https://github.com/hozefa26/HIPlaces.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HIPlaces": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}