blob: f6553ff9ead226428639f63b69a0f74125a5057e [file] [log] [blame]
{
"name": "FeedKit",
"version": "9.1.0",
"license": "MIT",
"summary": "An RSS, Atom and JSON Feed parser written in Swift",
"homepage": "https://github.com/nmdias/FeedKit",
"authors": {
"Nuno Manuel Dias": "nmdias.pt@gmail.com"
},
"source": {
"git": "https://github.com/nmdias/FeedKit.git",
"tag": "9.1.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": [
"5.0",
"5.1"
],
"swift_version": "5.1"
}