blob: 5f9a41a65f85399443eb2d5ab13fc9f833562f1c [file] [log] [blame]
{
"name": "ATLocationManager",
"version": "1.0",
"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": "1.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source_files": "Sources/Common/**/*.{h,m,swift}",
"frameworks": "CoreLocation"
}