blob: 9e55c14e11630351fd8b67870ffd908239f5d048 [file] [log] [blame]
{
"name": "MDKLocationManager",
"version": "1.0.3",
"summary": "a easy way location manager with block or target action mode",
"description": "a easy way location manager with block or target action mode",
"homepage": "https://github.com/miku1958/MDKLocationManager",
"license": "MIT",
"authors": {
"miku1958": "email@address.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/miku1958/MDKLocationManager.git",
"tag": "1.0.3"
},
"default_subspecs": "Core",
"dependencies": {
"MDKTenOpenTool": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Class/Core/**/*.{h,m}"
},
{
"name": "BMK",
"source_files": "Class/BMK/**/*.{h,m}",
"dependencies": {
"BaiduMapKit": [
],
"MDKLocationManager/Core": [
]
}
}
]
}