blob: ab6331258865bf17817297d0f2139bf20e74a935 [file] [log] [blame]
{
"name": "MDKLocationManager",
"version": "1.0.2",
"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.2"
},
"default_subspecs": "Core",
"dependencies": {
"MDKTenOpenTool": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Class/Core/**/*.{h,m}"
}
]
}