blob: 020faa6cf4d73f25cd953c65093d21d82e941c10 [file] [log] [blame]
{
"name": "SwpLocation",
"version": "1.0.5",
"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.5"
},
"source_files": [
"SwpLocation",
"SwpLocation/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreLocation"
],
"requires_arc": true
}