blob: 8a90a23f2a0ee3a2ee9ce1dba014cd657c46ef00 [file] [log] [blame]
{
"name": "FeedParser",
"version": "3.0.0",
"license": "MIT",
"summary": "An RSS and Atom feed parser written in Swift",
"homepage": "https://github.com/nmdias/FeedParser",
"authors": {
"Nuno Manuel Dias": "nmdias.pt@gmail.com"
},
"source": {
"git": "https://github.com/nmdias/FeedParser.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/**/*.swift"
}