blob: 5a48b4c5be5f847ecfb1bdf44a565e11ff2dcc7b [file] [log] [blame]
{
"name": "UrbanAirship-iOS-Location",
"version": "11.1.1",
"summary": "Airship iOS Location",
"documentation_url": "https://docs.airship.com/platform/ios",
"homepage": "https://www.airship.com",
"authors": {
"Airship": "support@airship.com"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/urbanairship/ios-library.git",
"tag": "11.1.1"
},
"module_name": "AirshipLocationKit",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "AirshipLocationKit/AirshipLocationKit/*.{h,m}",
"private_header_files": "AirshipLocationKit/AirshipLocationKit/*+Internal*.h",
"frameworks": [
"Foundation",
"CoreLocation"
],
"dependencies": {
"UrbanAirship-iOS-SDK": [
"11.1.1"
]
}
}