blob: 14ddfc43544c73339327542f900a46ab1a234ef1 [file] [log] [blame]
{
"name": "HNScraper",
"version": "0.2.1",
"summary": "Scraper for hackernews written in swift",
"description": "Scraper for hackernews written in swift. Supports grabbing posts, comments & user data as well as logging in, voting and favouriting items.",
"homepage": "https://github.com/tsucres/HNScraper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stéphane Sercu": "stefsercu@gmail.com"
},
"source": {
"git": "https://github.com/tsucres/HNScraper.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "HNScraper/**/*.swift"
}