blob: 6cfc878c2e2d62207836fbf9f2a11b569ad25158 [file] [log] [blame]
{
"name": "AirMapSDK",
"module_name": "AirMap",
"authors": "AirMap, Inc.",
"version": "0.1.0",
"summary": "AirMap SDK for iOS",
"description": "Create Flights, Send Telemetry Data, Get Realtime Traffic Alerts.",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"homepage": "https://www.airmap.com/makers/",
"documentation_url": "https://airmap.readme.io",
"social_media_url": "https://twitter.com/AirMapIO",
"source": {
"git": "https://github.com/AirMap/AirMapSDK-Swift.git",
"tag": "0.1.0"
},
"cocoapods_version": ">= 0.39.0",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"default_subspecs": [
"Core",
"Traffic",
"Telemetry"
],
"subspecs": [
{
"name": "Core",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"source_files": [
"Source/Core/**/{*.h,*.m,*.swift}",
"Source/Rx/*"
],
"dependencies": {
"Alamofire": [
],
"JWTDecode": [
],
"Log": [
],
"ObjectMapper": [
],
"RxCocoa": [
],
"RxSwift": [
],
"RxSwiftExt": [
]
},
"resources": [
"Source/Resources/*.cer",
"Source/Resources/*.pdf",
"Source/Resources/*.xcassets"
]
},
{
"name": "UI",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"dependencies": {
"AirMapSDK/Core": [
],
"libPhoneNumber-iOS": [
],
"Mapbox-iOS-SDK": [
],
"RxDataSources": [
]
},
"source_files": "Source/UI/**/{*.swift}",
"resources": [
"Source/UI/**/{*.storyboard,*.xcassets}"
]
},
{
"name": "Traffic",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DAIRMAP_TRAFFIC"
},
"dependencies": {
"AirMapSDK/Core": [
],
"SwiftMQTT": [
]
},
"source_files": "Source/Traffic/*"
},
{
"name": "Telemetry",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DAIRMAP_TELEMETRY"
},
"dependencies": {
"AirMapSDK/Core": [
],
"CocoaAsyncSocket": [
],
"CryptoSwift": [
],
"ProtocolBuffers-Swift": [
]
},
"source_files": "Source/Telemetry/*"
}
]
}