blob: 993c6de830619f90968d1a22cc80b875097b0ef2 [file] [log] [blame]
{
"name": "EidanAmapNaviKit",
"version": "0.0.2",
"summary": "基于高德导航SDK的自定义驾车导航界面",
"description": "利用高德地图导航SDK,自定义驾车导航界面",
"homepage": "http://www.passby.net.cn",
"license": {
"type": "Copyright",
"text": " Copyright © 2017 Passby. All Rights Reserved.\n"
},
"authors": {
"eidanlin": "wenan_39141@163.com"
},
"source": {
"git": "https://github.com/eidanlin/EidanAmapNaviDemo.git",
"tag": "v0.0.2"
},
"source_files": "EidanAmapNaviDemo/AMapNaviDriveViewX/*",
"resources": "EidanAmapNaviDemo/AMapNaviDriveViewX/Resources/**/*.{png,xib}",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"CoreLocation",
"SystemConfiguration",
"CoreTelephony",
"Security"
],
"libraries": [
"stdc++.6.0.9",
"z",
"c++"
],
"dependencies": {
"AMapNavi": [
]
}
}