[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 6 / c / AviationKit / 1.0.0 / AviationKit.podspec.json
blob6603d17d6acc8fc265206fb2f6a44becbcf07812
2   "name": "AviationKit",
3   "version": "1.0.0",
4   "summary": "AviationKit provides an interface with the FAA weather servers (aviationweather.gov) for aviation related apps.",
5   "description": "AviationKit provides an interface with the FAA weather servers (aviationweather.gov).  These services are provided using XML from the servers.  We include `Codable` data models allowing for easy encoding and decoding of the data models.  The services include:\n* TAF\n* METAR\n* AIR/SIGMET\n* G-AIRMET\n* Aircraft Reports\n* Station Info",
6   "homepage": "https://github.com/mikesilvers/AviationKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mike Silvers": "mikesilvers@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mikesilvers/AviationKit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "AviationKit/Classes/**/*"