{ | |
"name": "CQMapKit", | |
"version": "3.3.2", | |
"summary": "CQMapKit是一套基于百度地图SDK的一套动态框架", | |
"homepage": "https://github.com/itanchao/CQMapKit", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"谈超": "itanchao@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/itanchao/CQMapKit.git", | |
"tag": "3.3.2" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"default_subspecs": "zip", | |
"subspecs": [ | |
{ | |
"name": "zip", | |
"ios": { | |
"vendored_frameworks": "Products/*.framework" | |
} | |
} | |
] | |
} |