blob: 1fb34185c5413e7df624dc9f77f5255d6aa671aa [file] [log] [blame]
{
"name": "RSS",
"version": "0.1.0",
"summary": "Parse and use RSS feed data",
"description": "Parse and use RSS feed data in Swift.",
"homepage": "https://github.com/kiliankoe/RSS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kilian Koeltzsch": "me@kilian.io"
},
"source": {
"git": "https://github.com/kiliankoe/RSS.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/kiliankoe",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Kanna": [
"1.0.2"
]
},
"source_files": "RSS/Classes/**/*"
}