[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / e / 8 / GoogleDirections-iOS / 1.0 / GoogleDirections-iOS.podspec.json
blob9763cefc2f895ba4cd34529add77b75504fb97f1
2   "name": "GoogleDirections-iOS",
3   "version": "1.0",
4   "summary": "Google directions client written in swift",
5   "description": "Google directions client written in swift in order to make a easier way to consume the directions API.",
6   "homepage": "https://github.com/JDandini/GoogleDirections-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JDandini": "jdandini.jc@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/JDandini",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_version": "4.0",
19   "source_files": "Classes/*.swift",
20   "source": {
21     "git": "https://github.com/JDandini/GoogleDirections-iOS.git",
22     "tag": "1.0"
23   },
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "CoreLocation"
28     ]
29   },
30   "requires_arc": true,
31   "dependencies": {
32     "Alamofire": [
34     ],
35     "Unbox": [
37     ]
38   }