blob: 73e5b3ff97ab63f693b37b4d5cafbaf64ba3d85c [file] [log] [blame]
{
"name": "SwpLocation",
"version": "1.1.1",
"summary": "iOS,系统定位封装",
"description": "TODO: iOS,系统定位封装",
"homepage": "https://github.com/swp-song/SwpLocation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"swp-song": "396587868@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/swp-song/SwpLocation.git",
"tag": "1.1.1"
},
"source_files": [
"SwpLocation",
"SwpLocation/**/*.{h,m}"
],
"public_header_files": "SwpLocation/**/*.h",
"resources": "SwpLocation/Resources/SwpLocation.bundle",
"frameworks": [
"Foundation",
"CoreLocation"
],
"requires_arc": true
}