blob: 6bb2c24ff63316f72a9fdce2cae75b23da0922fd [file] [log] [blame]
{
"name": "SwiftMETAR",
"version": "0.1.1",
"summary": "A METAR parser written in Swift",
"homepage": "https://github.com/JonathanDowning/SwiftMETAR",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Downing": "jd@jonathandowning.uk"
},
"source": {
"git": "https://github.com/JonathanDowning/SwiftMETAR.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/JonDowning",
"swift_version": "4.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source_files": "Sources/**/*.swift"
}