Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 10, 2015
1 parent 17960dd commit c91deac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebLinking.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = 'WebLinking'
spec.version = '0.2.0'
spec.version = '1.0.0'
spec.summary = 'Swift implementation of Web Linking and Link headers (RFC5988)'
spec.homepage = 'https://github.com/kylef/WebLinking.swift'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { 'Kyle Fuller' => '[email protected]' }
spec.social_media_url = 'http://twitter.com/kylefuller'
spec.source = { :git => 'https://github.com/kylef/WebLinking.swift.git', :tag => "#{spec.version}" }
spec.source_files = 'WebLinking/*.{h,swift}'
spec.source_files = 'WebLinking/*.swift'
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
spec.watchos.deployment_target = '2.0'
Expand Down

0 comments on commit c91deac

Please sign in to comment.