blob: ab50829ccc43c38812efac6674deec38a9ba2e3b [file] [log] [blame]
{
"name": "ATLocationManager",
"version": "0.1",
"summary": "Core Location library with user defined configurations for iOS and OSX",
"swift_version": "5.0",
"description": "Core Location library in beta test version to fetch location with scheduled interval (as minimum interval difference) between consequtive locations with Best Accurary",
"homepage": "https://github.com/ankitthakur/ATLocationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ankit Thakur": "ankitthakur85@icloud.com"
},
"source": {
"git": "https://github.com/ankitthakur/ATLocationManager.git",
"tag": "0.1"
},
"requires_arc": true,
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source_files": "ATLocationManager/ATLocationManager/Sources/Common/**/*.{h,m,swift}",
"frameworks": "CoreLocation"
}