blob: 5b36663286fb7a218bafe59e4a42683abed2a39b [file] [log] [blame]
{
"name": "CQGoogleDirections",
"version": "0.1.7",
"summary": "Google Directions API helper for iOS.",
"description": "CQGoogleDirections helps developers deal with Google Directions API by turning JSON Response into convenient objects.",
"homepage": "https://github.com/codequest-eu/CQGoogleDirections",
"license": "MIT",
"authors": {
"Lukasz Solniczek": "l.solniczek@gmail.com"
},
"source": {
"git": "https://github.com/codequest-eu/CQGoogleDirections.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CQGoogleDirections": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
]
}