blob: 0a2fb00720500115b7fe46da2b49caa50ad33c0f [file] [log] [blame]
{
"name": "SSLocationManager",
"version": "0.1.1",
"summary": "获取当前位置,反地理解析",
"homepage": "https://github.com/sinofake/SSLocationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sinofake Sinep": "sinuofake@gmail.com"
},
"social_media_url": "https://twitter.com/sinofake",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sinofake/SSLocationManager.git",
"tag": "0.1.1"
},
"source_files": "MapDemo/SSLocationManager/*.{h,m,c}",
"public_header_files": "MapDemo/SSLocationManager/*.{h}",
"requires_arc": true,
"dependencies": {
"INTULocationManager": [
"~> 4.2.0"
],
"APOfflineReverseGeocoding": [
"~> 0.0.2"
]
}
}