blob: 25ddd1b08251eb6149652d6318454a9f4fccec6c [file] [log] [blame]
{
"name": "SouthgisMapService",
"version": "0.0.3",
"summary": "Southgis Map Service .Such as POI search ,Bus Line Search ,Car Line Search.",
"description": "Southgis Map Service .Such as POI search ,Bus Line Search ,Car Line Search.It is suppor Baidu map(百度地图),TianDitu map(天地图) .",
"homepage": "https://github.com/linkLind/SouthgisMapService.git",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"crash_wu": "crash_wu@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/linkLind/SouthgisMapService.git",
"tag": "0.0.3"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"YYModel": [
]
},
"subspecs": [
{
"name": "BD",
"source_files": "*.{h,m}",
"subspecs": [
{
"name": "BUS",
"source_files": "*.{h,m}"
},
{
"name": "Car",
"source_files": "*.{h,m}",
"subspecs": [
{
"name": "AccuraterResult",
"source_files": "*.{h,m}"
},
{
"name": "FuzzyResult",
"source_files": "*.{h,m}"
}
]
},
{
"name": "POI",
"source_files": "*.{h,m}"
}
]
},
{
"name": "Tdt",
"source_files": "*.{h,m}",
"subspecs": [
{
"name": "BUS",
"source_files": "*.{h,m}"
},
{
"name": "Car",
"source_files": "*.{h,m}"
},
{
"name": "POI",
"source_files": "*.{h,m}"
}
]
}
]
}