[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 9 / 0 / AerisWeather / 2.2.1 / AerisWeather.podspec.json
blobcd51b8a8f0a8c7c6eb7eb2313a8c1fdb2a46ebae
2   "name": "AerisWeather",
3   "version": "2.2.1",
4   "summary": "Quickly integrate the Aeris Weather API data and map overlays into your iOS apps.",
5   "description": "The Aeris iOS Weather Framework 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 Aeris API 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/AerisDeveloper",
9   "license": {
10     "type": "BSD",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "AerisWeather, LLC": "http://aerisweather.com"
15   },
16   "source": {
17     "git": "https://github.com/aerisweather/Aeris-iOS-Library.git",
18     "tag": "2.2.1"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "default_subspecs": "Aeris",
25   "subspecs": [
26     {
27       "name": "Aeris",
28       "vendored_frameworks": "AerisWeatherSDK/Aeris.framework",
29       "resources": "AerisWeatherSDK/Aeris.bundle",
30       "frameworks": "Foundation",
31       "dependencies": {
32         "AFNetworking": [
33           "~> 2.6"
34         ]
35       }
36     },
37     {
38       "name": "AerisUI",
39       "vendored_frameworks": "AerisWeatherSDK/AerisUI.framework",
40       "resources": "AerisWeatherSDK/AerisUI.bundle",
41       "frameworks": "UIKit"
42     },
43     {
44       "name": "AerisMap",
45       "vendored_frameworks": "AerisWeatherSDK/AerisMap.framework",
46       "frameworks": "MapKit",
47       "dependencies": {
48         "AerisWeather/AerisUI": [
50         ]
51       }
52     },
53     {
54       "name": "AerisMapboxMap",
55       "vendored_frameworks": "AerisWeatherSDK/AerisMapboxMap.framework",
56       "dependencies": {
57         "MBXMapKit": [
59         ],
60         "AerisWeather/AerisUI": [
62         ],
63         "AerisWeather/AerisMap": [
65         ]
66       }
67     },
68     {
69       "name": "AerisGoogleMap",
70       "vendored_frameworks": "AerisWeatherSDK/AerisGoogleMap.framework",
71       "dependencies": {
72         "GoogleMaps": [
74         ],
75         "AerisWeather/AerisUI": [
77         ],
78         "AerisWeather/AerisMap": [
80         ]
81       }
82     }
83   ]