blob: 9763cefc2f895ba4cd34529add77b75504fb97f1 [file] [log] [blame]
{
"name": "GoogleDirections-iOS",
"version": "1.0",
"summary": "Google directions client written in swift",
"description": "Google directions client written in swift in order to make a easier way to consume the directions API.",
"homepage": "https://github.com/JDandini/GoogleDirections-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JDandini": "jdandini.jc@gmail.com"
},
"social_media_url": "https://twitter.com/JDandini",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "Classes/*.swift",
"source": {
"git": "https://github.com/JDandini/GoogleDirections-iOS.git",
"tag": "1.0"
},
"ios": {
"frameworks": [
"Foundation",
"CoreLocation"
]
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"Unbox": [
]
}
}