[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / a / c / NavigationKit / 0.1.0 / NavigationKit.podspec.json
blobde54553cfd9a3d8baaebfd6ac1f7ce4ca32e364b
2   "name": "NavigationKit",
3   "version": "0.1.0",
4   "summary": "Turn-by-Turn driving directions using Google or Apple Directions API",
5   "homepage": "https://github.com/sendus/NavigationKit",
6   "license": "GPL",
7   "authors": {
8     "Axel Moller": "axelmoller5@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/sendus/NavigationKit.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes",
19   "resource_bundles": {
20     "NavigationKit": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "frameworks": "MapKit",
25   "dependencies": {
26     "Google-Maps-iOS-SDK": [
28     ]
29   }