blob: 379989a8dba7801e89ba4464cfb70098feb8228d [file] [log] [blame]
{
"name": "NELocation",
"version": "1.0.0",
"summary": "获取地理位置信息.",
"description": "定时获取,权限提示操作等等.",
"homepage": "https://github.com/Alienchang/NELocation.git",
"license": "MIT",
"authors": {
"liuchang": "1217493217@qq.com"
},
"source": {
"git": "https://github.com/Alienchang/NELocation.git",
"tag": "1.0.0"
},
"module_name": "NELocation",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h",
"frameworks": "CoreLocation",
"dependencies": {
"MSWeakTimer": [
]
}
}