blob: 5c19a0384a046e268728be246bb4511443074363 [file] [log] [blame]
{
"name": "AALocationManager",
"version": "0.0.2",
"summary": "Simple location manager for iOS apps.",
"description": "Simple location manager for iOS apps that helps getting permissions from the user and retrieving location.",
"homepage": "https://github.com/angelantonov213/AALocationManager",
"license": "MIT",
"authors": "Angel Antonov",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/angelantonov213/AALocationManager.git",
"tag": "0.0.2"
},
"source_files": [
"AALocationManager",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}