blob: 8dd2057f57d7eaa7f63a98c453b5c49ab906ccf5 [file] [log] [blame]
{
"name": "ios-location-listener",
"version": "0.1.0",
"summary": "A small framework to monitor user position even when your app gets killed",
"description": "A small framework to monitor user position even when your app gets killed. It will trigger a notification to let the user know we are tracking his position when the app is killed. Of course, it lets you start and stop the location tracking.",
"homepage": "https://github.com/Kuama-IT/ios-location-listener",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kuama Dev Team": "hello@kuama.net"
},
"source": {
"git": "https://github.com/Kuama-IT/ios-location-listener.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "13.0"
},
"source_files": "ios-location-listener/Classes/**/*",
"frameworks": [
"UIKit",
"UserNotifications",
"Combine"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}