[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 9 / 0 / AerisWeather / 3.3.2 / AerisWeather.podspec.json
blob9cc06edfd867d63a7bc9c527128061f80de639ed
2   "name": "AerisWeather",
3   "version": "3.3.2",
4   "summary": "Quickly integrate AerisWeather API data and AerisWeather Mapping Platform imagery into your iOS apps.",
5   "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.",
6   "homepage": "https://github.com/aerisweather/Aeris-iOS-Library",
7   "documentation_url": "http://www.aerisweather.com/support/docs/toolkits/aeris-ios-sdk/",
8   "social_media_url": "https://twitter.com/AerisWeather",
9   "license": {
10     "type": "BSD",
11     "file": "LICENSE.md"
12   },
13   "authors": {
14     "AerisWeather, LLC": "http://aerisweather.com"
15   },
16   "source": {
17     "http": "https://cdn.aerisapi.com/sdk/ios/builds/aerisweather-ios-sdk-3.3.2.zip",
18     "flatten": true
19   },
20   "platforms": {
21     "ios": "10.0",
22     "tvos": "10.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Data",
26   "subspecs": [
27     {
28       "name": "Core",
29       "header_dir": "AerisCore",
30       "vendored_frameworks": "AerisCore.xcframework",
31       "frameworks": "Foundation",
32       "platforms": {
33         "ios": "10.0",
34         "tvos": "10.0"
35       }
36     },
37     {
38       "name": "CoreUI",
39       "header_dir": "AerisCoreUI",
40       "vendored_frameworks": "AerisCoreUI.xcframework",
41       "frameworks": "UIKit",
42       "dependencies": {
43         "AerisWeather/Core": [
45         ]
46       },
47       "platforms": {
48         "ios": "10.0",
49         "tvos": "10.0"
50       }
51     },
52     {
53       "name": "Data",
54       "header_dir": "AerisWeatherKit",
55       "vendored_frameworks": "AerisWeatherKit.xcframework",
56       "dependencies": {
57         "AerisWeather/CoreUI": [
59         ]
60       },
61       "platforms": {
62         "ios": "10.0",
63         "tvos": "10.0"
64       }
65     },
66     {
67       "name": "Maps",
68       "header_dir": "AerisMapKit",
69       "vendored_frameworks": "AerisMapKit.xcframework",
70       "frameworks": "MapKit",
71       "dependencies": {
72         "AerisWeather/Data": [
74         ]
75       },
76       "platforms": {
77         "ios": "10.0",
78         "tvos": "10.0"
79       }
80     },
81     {
82       "name": "Mapbox",
83       "header_dir": "AerisMapboxMapKit",
84       "vendored_frameworks": "AerisMapboxMapKit.xcframework",
85       "dependencies": {
86         "Mapbox-iOS-SDK": [
88         ],
89         "AerisWeather/Maps": [
91         ]
92       },
93       "platforms": {
94         "ios": "10.0"
95       }
96     },
97     {
98       "name": "Google",
99       "preserve_paths": "**",
100       "header_dir": "AerisGoogleMapKit",
101       "vendored_frameworks": "AerisGoogleMapKit.xcframework",
102       "dependencies": {
103         "GoogleMaps": [
105         ],
106         "AerisWeather/Maps": [
108         ]
109       },
110       "platforms": {
111         "ios": "10.0"
112       }
113     }
114   ]