[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / 0 / AerisWeather / 3.1.0 / AerisWeather.podspec.json
blob50f7baa4dd21e3cf1f2abf16f65985ee240eca5e
2   "name": "AerisWeather",
3   "version": "3.1.0",
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.1.0.zip",
18     "flatten": true
19   },
20   "platforms": {
21     "ios": "9.0"
22   },
23   "requires_arc": true,
24   "default_subspecs": "Data",
25   "subspecs": [
26     {
27       "name": "Core",
28       "header_dir": "AerisCore",
29       "vendored_frameworks": "lib/AerisCore.framework",
30       "frameworks": "Foundation"
31     },
32     {
33       "name": "CoreUI",
34       "header_dir": "AerisCoreUI",
35       "vendored_frameworks": "lib/AerisCoreUI.framework",
36       "frameworks": "UIKit",
37       "dependencies": {
38         "AerisWeather/Core": [
40         ]
41       }
42     },
43     {
44       "name": "Data",
45       "header_dir": "AerisWeatherKit",
46       "vendored_frameworks": "lib/AerisWeatherKit.framework",
47       "dependencies": {
48         "AerisWeather/CoreUI": [
50         ]
51       }
52     },
53     {
54       "name": "Maps",
55       "header_dir": "AerisMapKit",
56       "vendored_frameworks": "lib/AerisMapKit.framework",
57       "frameworks": "MapKit",
58       "dependencies": {
59         "AerisWeather/Data": [
61         ]
62       }
63     },
64     {
65       "name": "Mapbox",
66       "header_dir": "AerisMapboxMapKit",
67       "vendored_frameworks": "lib/AerisMapboxMapKit.framework",
68       "dependencies": {
69         "Mapbox-iOS-SDK": [
70           "~> 4.0"
71         ],
72         "AerisWeather/Maps": [
74         ]
75       }
76     },
77     {
78       "name": "Google",
79       "preserve_paths": "**",
80       "header_dir": "AerisGoogleMapKit",
81       "vendored_frameworks": "lib/AerisGoogleMapKit.framework",
82       "dependencies": {
83         "GoogleMaps": [
84           "~> 2.5"
85         ],
86         "AerisWeather/Maps": [
88         ]
89       }
90     }
91   ]