blob: 7ce66631768437414a4c3d63db0a8be83fa5ef87 [file] [log] [blame]
{
"name": "HNScraper",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "HNScraper/**/*.swift"
}