| { |
| "name": "HNScraper", |
| "version": "0.2.2", |
| "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.2" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "HNScraper/**/*.swift" |
| } |