[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 9 / 0 / AerisWeather / 3.4.3 / AerisWeather.podspec.json
blobcbd80467c066c8c23b661fadb6058ab85acb4872
2   "name": "AerisWeather",
3   "version": "3.4.3",
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   "readme": "https://raw.githubusercontent.com/aerisweather/Aeris-iOS-Library/3.4.3/README.md",
7   "homepage": "https://github.com/aerisweather/Aeris-iOS-Library",
8   "documentation_url": "http://www.aerisweather.com/support/docs/toolkits/aeris-ios-sdk/",
9   "social_media_url": "https://twitter.com/AerisWeather",
10   "license": {
11     "type": "BSD",
12     "file": "LICENSE.md"
13   },
14   "authors": {
15     "AerisWeather, LLC": "http://aerisweather.com"
16   },
17   "source": {
18     "http": "https://cdn.aerisapi.com/sdk/ios/builds/aerisweather-ios-sdk-3.4.3.zip",
19     "flatten": true
20   },
21   "platforms": {
22     "ios": "11.0",
23     "tvos": "11.0"
24   },
25   "requires_arc": true,
26   "default_subspecs": "Data",
27   "subspecs": [
28     {
29       "name": "Core",
30       "header_dir": "AerisCore",
31       "vendored_frameworks": "AerisCore.xcframework",
32       "frameworks": "Foundation"
33     },
34     {
35       "name": "CoreUI",
36       "header_dir": "AerisCoreUI",
37       "vendored_frameworks": "AerisCoreUI.xcframework",
38       "frameworks": "UIKit",
39       "dependencies": {
40         "AerisWeather/Core": [
42         ]
43       }
44     },
45     {
46       "name": "Data",
47       "header_dir": "AerisWeatherKit",
48       "vendored_frameworks": "AerisWeatherKit.xcframework",
49       "dependencies": {
50         "AerisWeather/CoreUI": [
52         ]
53       }
54     },
55     {
56       "name": "Maps",
57       "header_dir": "AerisMapKit",
58       "vendored_frameworks": "AerisMapKit.xcframework",
59       "frameworks": "MapKit",
60       "dependencies": {
61         "AerisWeather/Data": [
63         ]
64       }
65     },
66     {
67       "name": "Mapbox",
68       "header_dir": "AerisMapboxMapKit",
69       "vendored_frameworks": "AerisMapboxMapKit.xcframework",
70       "dependencies": {
71         "Mapbox-iOS-SDK": [
73         ],
74         "AerisWeather/Maps": [
76         ]
77       },
78       "platforms": {
79         "ios": "11.0"
80       }
81     },
82     {
83       "name": "Google",
84       "preserve_paths": "**",
85       "header_dir": "AerisGoogleMapKit",
86       "vendored_frameworks": "AerisGoogleMapKit.xcframework",
87       "dependencies": {
88         "GoogleMaps": [
90         ],
91         "AerisWeather/Maps": [
93         ]
94       },
95       "platforms": {
96         "ios": "11.0"
97       }
98     }
99   ]