blob: ec2411ce012f8a242c6ea5c5a22b7d7cd5a5aec1 [file] [log] [blame]
{
"name": "AirMapSDK",
"module_name": "AirMap",
"authors": "AirMap, Inc.",
"version": "0.3.1",
"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/ios-getting-started",
"social_media_url": "https://twitter.com/AirMapIO",
"source": {
"git": "https://github.com/AirMap/AirMapSDK-Swift.git",
"tag": "0.3.1"
},
"cocoapods_version": ">= 1.0.0",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"default_subspecs": [
"Core",
"Traffic",
"Telemetry",
"UI"
],
"pushed_with_swift_version": "2.3",
"subspecs": [
{
"name": "Core",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"source_files": [
"Source/Core/**/{*.h,*.m,*.swift}",
"Source/Rx/*"
],
"dependencies": {
"SimpleKeychain": [
],
"Alamofire": [
"~> 3.5"
],
"JWTDecode": [
"~> 1.2"
],
"Log": [
"0.5"
],
"ObjectMapper": [
"~> 1.4"
],
"RxCocoa": [
"< 3.0"
],
"RxSwift": [
"< 3.0"
],
"RxSwiftExt": [
"~> 1.1.0"
]
},
"resources": [
"Source/Resources/*.cer",
"Source/Resources/*.pdf",
"Source/Resources/*.xcassets"
]
},
{
"name": "UI",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"dependencies": {
"AirMapSDK/Core": [
],
"libPhoneNumber-iOS": [
"~> 0.8.16"
],
"PhoneNumberKit": [
"0.8.5"
],
"RxDataSources": [
"~> 0.9.0"
],
"Mapbox-iOS-SDK": [
"3.3.6"
],
"Lock": [
"~> 1.27.1"
],
"SwiftSimplify": [
"< 0.2.0"
],
"SwiftTurf": [
"< 0.2.0"
]
},
"source_files": "Source/UI/**/{*.swift}",
"resources": [
"Source/UI/**/{*.storyboard,*.xcassets}"
]
},
{
"name": "Traffic",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DAIRMAP_TRAFFIC"
},
"dependencies": {
"AirMapSDK/Core": [
],
"SwiftMQTT": [
"~> 1.0.2"
]
},
"source_files": "Source/Traffic/*"
},
{
"name": "Telemetry",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DAIRMAP_TELEMETRY"
},
"dependencies": {
"AirMapSDK/Core": [
],
"CocoaAsyncSocket": [
"~> 7.5.0"
],
"CryptoSwift": [
"~> 0.5.2"
],
"ProtocolBuffers-Swift": [
"~> 2.4"
],
"RxSwift": [
"< 3.0"
]
},
"source_files": "Source/Telemetry/*"
}
]
}