blob: 7bb77095636ae217c75195d6c1cccf4296b12ef3 [file] [log] [blame]
{
"name": "HNScraper",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "HNScraper/**/*.swift",
"pushed_with_swift_version": "4.0"
}