[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 9 / 0 / AerisWeather / 3.2.3 / AerisWeather.podspec.json
blobe7d76cb885f97e135d7a91c7393065a927ed2262
2   "name": "AerisWeather",
3   "version": "3.2.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   "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.2.3.zip",
18     "flatten": true
19   },
20   "platforms": {
21     "ios": "9.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       "ios": {
31         "vendored_frameworks": "iOS/AerisCore.framework"
32       },
33       "tvos": {
34         "vendored_frameworks": "tvOS/AerisCore.framework"
35       },
36       "frameworks": "Foundation"
37     },
38     {
39       "name": "CoreUI",
40       "header_dir": "AerisCoreUI",
41       "ios": {
42         "vendored_frameworks": "iOS/AerisCoreUI.framework"
43       },
44       "tvos": {
45         "vendored_frameworks": "tvOS/AerisCoreUI.framework"
46       },
47       "frameworks": "UIKit",
48       "dependencies": {
49         "AerisWeather/Core": [
51         ]
52       }
53     },
54     {
55       "name": "Data",
56       "header_dir": "AerisWeatherKit",
57       "ios": {
58         "vendored_frameworks": "iOS/AerisWeatherKit.framework"
59       },
60       "tvos": {
61         "vendored_frameworks": "tvOS/AerisWeatherKit.framework"
62       },
63       "dependencies": {
64         "AerisWeather/CoreUI": [
66         ]
67       }
68     },
69     {
70       "name": "Maps",
71       "header_dir": "AerisMapKit",
72       "ios": {
73         "vendored_frameworks": "iOS/AerisMapKit.framework"
74       },
75       "tvos": {
76         "vendored_frameworks": "tvOS/AerisMapKit.framework"
77       },
78       "frameworks": "MapKit",
79       "dependencies": {
80         "AerisWeather/Data": [
82         ]
83       }
84     },
85     {
86       "name": "Mapbox",
87       "platforms": {
88         "ios": "9.0"
89       },
90       "header_dir": "AerisMapboxMapKit",
91       "ios": {
92         "vendored_frameworks": "iOS/AerisMapboxMapKit.framework"
93       },
94       "dependencies": {
95         "Mapbox-iOS-SDK": [
96           "~> 4.0"
97         ],
98         "AerisWeather/Maps": [
100         ]
101       }
102     },
103     {
104       "name": "Google",
105       "platforms": {
106         "ios": "9.0"
107       },
108       "preserve_paths": "**",
109       "header_dir": "AerisGoogleMapKit",
110       "ios": {
111         "vendored_frameworks": "iOS/AerisGoogleMapKit.framework"
112       },
113       "dependencies": {
114         "GoogleMaps": [
115           "~> 2.5"
116         ],
117         "AerisWeather/Maps": [
119         ]
120       }
121     }
122   ]