blob: 1bea72d5efd6fbbf4fedd7c4da2af31f315c511f [file] [log] [blame]
{
"name": "FTLocationManager",
"version": "1.0",
"summary": "Utility class for simple block-based getting of current user's location on iOS.",
"homepage": "https://github.com/FuerteInternational/FTLocationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fuerte International": "open-source@fuerteint.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/FuerteInternational/FTLocationManager.git",
"tag": "v1.0"
},
"source_files": "FTLocationManager/*.{h,m}",
"frameworks": "CoreLocation",
"requires_arc": true
}