blob: 4b7d890fbe6ed9831c7498f511bae055e39e315d [file] [log] [blame]
{
"name": "SwpLocation",
"version": "1.0.0",
"summary": "iOS,系统定位封装",
"description": "TODO: iOS,系统定位封装",
"homepage": "https://github.com/swp-song/SwpLocation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
" swp_song": "email@address.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/swp-song/SwpLocation.git",
"tag": "1.0.0"
},
"source_files": [
"SwpLocation",
"SwpLocation/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreLocation"
],
"requires_arc": true
}