blob: 6603d17d6acc8fc265206fb2f6a44becbcf07812 [file] [log] [blame]
{
"name": "AviationKit",
"version": "1.0.0",
"summary": "AviationKit provides an interface with the FAA weather servers (aviationweather.gov) for aviation related apps.",
"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",
"homepage": "https://github.com/mikesilvers/AviationKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Silvers": "mikesilvers@gmail.com"
},
"source": {
"git": "https://github.com/mikesilvers/AviationKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "AviationKit/Classes/**/*"
}