blob: 5085613f0b0a8cb05fb7d17616eb92d06b5c2349 [file] [log] [blame]
{
"name": "AirMapSDK",
"module_name": "AirMap",
"authors": "AirMap, Inc.",
"version": "2.0.2",
"summary": "AirMap SDK for iOS & macOS",
"description": "Create Flights, Send Telemetry Data, Get Realtime Traffic Alerts.",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"homepage": "https://www.airmap.com/makers/",
"documentation_url": "https://developers.airmap.com/docs/getting-started-ios",
"social_media_url": "https://twitter.com/AirMapIO",
"source": {
"git": "https://github.com/AirMap/AirMapSDK-Swift.git",
"tag": "2.0.2"
},
"cocoapods_version": ">= 1.4.0",
"frameworks": "Foundation",
"swift_version": "4.1",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"default_subspecs": [
"Core",
"Traffic",
"Telemetry",
"UI"
],
"subspecs": [
{
"name": "Core",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"source_files": [
"Source/Core/**/*.{h,m,swift}",
"Source/Rx/*"
],
"dependencies": {
"Alamofire": [
],
"ObjectMapper": [
],
"SwiftTurf": [
],
"SimpleKeychain": [
],
"JWTDecode": [
],
"RxSwift": [
],
"RxSwiftExt": [
],
"RxCocoa": [
],
"Log": [
]
},
"resources": [
"Resources/Core/*.{cer,pdf,xcassets}",
"Resources/Core/Localizations/**/*"
]
},
{
"name": "UI",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DAIRMAP_UI"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"dependencies": {
"AirMapSDK/Core": [
],
"PhoneNumberKit": [
],
"RxDataSources": [
],
"Mapbox-iOS-SDK": [
"<4.0"
],
"Lock": [
">= 2.5.0"
]
},
"source_files": "Source/UI/**/{*.swift}",
"resources": [
"Resources/UI/*.{xcassets}",
"Resources/UI/Localizations/**/*"
]
},
{
"name": "Traffic",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DAIRMAP_TRAFFIC"
},
"dependencies": {
"AirMapSDK/Core": [
],
"SwiftMQTT": [
"~> 3.0"
]
},
"source_files": "Source/Traffic/*"
},
{
"name": "Telemetry",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DAIRMAP_TELEMETRY"
},
"dependencies": {
"AirMapSDK/Core": [
],
"CocoaAsyncSocket": [
],
"CryptoSwift": [
"~> 0.10.0"
],
"ProtocolBuffers-Swift": [
"~> 4.0.2"
]
},
"source_files": "Source/Telemetry/*"
}
]
}