[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 9 / 0 / AerisWeather / 2.3.0 / AerisWeather.podspec.json
blob4415c23785a9d523f28ae4b56cf748af4709428e
2   "name": "AerisWeather",
3   "version": "2.3.0",
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.0"
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       "public_header_files": "AerisWeatherSDK/Aeris.framework/**/*.h",
31       "resources": "AerisWeatherSDK/Aeris.bundle",
32       "frameworks": "Foundation",
33       "dependencies": {
34         "AFNetworking": [
35           "~> 2.6"
36         ]
37       }
38     },
39     {
40       "name": "AerisUI",
41       "header_dir": "AerisUI",
42       "vendored_frameworks": "AerisWeatherSDK/AerisUI.framework",
43       "public_header_files": "AerisWeatherSDK/AerisUI.framework/**/*.h",
44       "resources": "AerisWeatherSDK/AerisUI.bundle",
45       "frameworks": "UIKit"
46     },
47     {
48       "name": "AerisMap",
49       "header_dir": "AerisMap",
50       "vendored_frameworks": "AerisWeatherSDK/AerisMap.framework",
51       "public_header_files": "AerisWeatherSDK/AerisMap.framework/**/*.h",
52       "frameworks": "MapKit",
53       "dependencies": {
54         "AerisWeather/AerisUI": [
56         ]
57       }
58     },
59     {
60       "name": "AerisMapboxMap",
61       "header_dir": "AerisMapboxMap",
62       "vendored_frameworks": "AerisWeatherSDK/AerisMapboxMap.framework",
63       "public_header_files": "AerisWeatherSDK/AerisMapboxMap.framework/**/*.h",
64       "dependencies": {
65         "MBXMapKit": [
67         ],
68         "AerisWeather/AerisUI": [
70         ],
71         "AerisWeather/AerisMap": [
73         ]
74       }
75     },
76     {
77       "name": "AerisGoogleMap",
78       "header_dir": "AerisGoogleMap",
79       "vendored_frameworks": "AerisWeatherSDK/AerisGoogleMap.framework",
80       "public_header_files": "AerisWeatherSDK/AerisGoogleMap.framework/**/*.h",
81       "dependencies": {
82         "GoogleMaps": [
84         ],
85         "AerisWeather/AerisUI": [
87         ],
88         "AerisWeather/AerisMap": [
90         ]
91       }
92     }
93   ]