Skip to content

Commit

Permalink
Final pod preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucres committed Oct 1, 2017
1 parent f9669d1 commit 11383d2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
1 change: 1 addition & 0 deletions .swift-version
@@ -0,0 +1 @@
4.0
18 changes: 18 additions & 0 deletions HNScraper.podspec
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'HNScraper'
s.version = '0.1.0'
s.summary = 'Scraper for hackernews written in swift'

s.description = <<-DESC
Scraper for hackernews written in swift. Supports grabbing posts, comments & user data as well as logging in, voting and favouriting items.
DESC

s.homepage = 'https://github.com/tsucres/HNScraper'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Stéphane Sercu' => 'stefsercu@gmail.com' }
s.source = { :git => 'https://github.com/tsucres/HNScraper.git', :tag => s.version.to_s }

s.ios.deployment_target = '10.0'
s.source_files = 'HNScraper/**/*.swift'

end
19 changes: 0 additions & 19 deletions LICENCE

This file was deleted.

0 comments on commit 11383d2

Please sign in to comment.