blob: f7669cb577bb128d8d0348c1b8a27fc1f46124b0 [file] [log] [blame]
{
"name": "AerisWeather",
"version": "3.0.0-rc.1",
"summary": "Quickly integrate AerisWeather API data and AerisWeather Mapping Platform imagery into your iOS apps.",
"description": "The AerisWeather SDK for iOS allows a developer to quickly and easily add weather content and functionality to their iOS applications quickly and easily without having to code anything themselves. It utilizes the AerisWeather API and AerisWeather Mapping Platform backend for data loading and is built on top of an object mapping system that efficiently loads requested weather content into third-party iOS applications, greatly reducing the amount of code and development needed on the developer end.",
"homepage": "https://github.com/aerisweather/Aeris-iOS-Library",
"documentation_url": "http://www.aerisweather.com/support/docs/toolkits/aeris-ios-sdk/",
"social_media_url": "https://twitter.com/AerisWeather",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"AerisWeather, LLC": "http://aerisweather.com"
},
"source": {
"http": "https://cdn.aerisapi.com/sdk/ios/builds/aerisweather-ios-sdk-3.0.0-rc.1.zip",
"flatten": true
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Data",
"subspecs": [
{
"name": "Core",
"header_dir": "AerisCore",
"vendored_frameworks": "lib/AerisCore.framework",
"frameworks": "Foundation"
},
{
"name": "CoreUI",
"header_dir": "AerisCoreUI",
"vendored_frameworks": "lib/AerisCoreUI.framework",
"frameworks": "UIKit",
"dependencies": {
"AerisWeather/Core": [
]
}
},
{
"name": "Data",
"header_dir": "AerisWeatherKit",
"vendored_frameworks": "lib/AerisWeatherKit.framework",
"dependencies": {
"AerisWeather/CoreUI": [
]
}
},
{
"name": "Maps",
"header_dir": "AerisMapKit",
"vendored_frameworks": "lib/AerisMapKit.framework",
"frameworks": "MapKit",
"dependencies": {
"AerisWeather/Data": [
]
}
},
{
"name": "Mapbox",
"header_dir": "AerisMapboxMapKit",
"vendored_frameworks": "lib/AerisMapboxMapKit.framework",
"dependencies": {
"Mapbox-iOS-SDK": [
],
"AerisWeather/Maps": [
]
}
},
{
"name": "Google",
"preserve_paths": "**",
"header_dir": "AerisGoogleMapKit",
"vendored_frameworks": "lib/AerisGoogleMapKit.framework",
"dependencies": {
"GoogleMaps": [
],
"AerisWeather/Maps": [
]
}
}
]
}