[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 9 / 0 / AerisWeather / 2.3.6 / AerisWeather.podspec.json
blob14eb52bbf7bcd2c26b8acdbe359e295aebac84a3
2   "name": "AerisWeather",
3   "version": "2.3.6",
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.3.6"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "default_subspecs": "Aeris",
25   "subspecs": [
26     {
27       "name": "Aeris",
28       "header_dir": "Aeris",
29       "vendored_frameworks": "AerisWeatherSDK/Aeris.framework",
30       "resource_bundles": {
31         "Aeris": [
32           "AerisWeatherSDK/Aeris.bundle/*"
33         ]
34       },
35       "frameworks": "Foundation",
36       "dependencies": {
37         "AFNetworking": [
38           "~> 3.0"
39         ]
40       }
41     },
42     {
43       "name": "AerisUI",
44       "header_dir": "AerisUI",
45       "vendored_frameworks": "AerisWeatherSDK/AerisUI.framework",
46       "resource_bundles": {
47         "AerisUI": [
48           "AerisWeatherSDK/AerisUI.bundle/*"
49         ]
50       },
51       "frameworks": "UIKit",
52       "dependencies": {
53         "AerisWeather/Aeris": [
55         ]
56       }
57     },
58     {
59       "name": "AerisMap",
60       "header_dir": "AerisMap",
61       "vendored_frameworks": "AerisWeatherSDK/AerisMap.framework",
62       "frameworks": "MapKit",
63       "dependencies": {
64         "AerisWeather/AerisUI": [
66         ]
67       }
68     },
69     {
70       "name": "AerisMapboxMap",
71       "header_dir": "AerisMapboxMap",
72       "vendored_frameworks": "AerisWeatherSDK/AerisMapboxMap.framework",
73       "dependencies": {
74         "MBXMapKit": [
76         ],
77         "AerisWeather/AerisUI": [
79         ],
80         "AerisWeather/AerisMap": [
82         ]
83       }
84     },
85     {
86       "name": "AerisGoogleMap",
87       "header_dir": "AerisGoogleMap",
88       "vendored_frameworks": "AerisWeatherSDK/AerisGoogleMap.framework",
89       "dependencies": {
90         "GoogleMaps": [
92         ],
93         "AerisWeather/AerisUI": [
95         ],
96         "AerisWeather/AerisMap": [
98         ]
99       }
100     }
101   ]