blob: b9baa70087806c97b569f0109ea5f234bc4093ac [file] [log] [blame]
{
"name": "CQGoogleDirections",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CQGoogleDirections": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
]
}