Skip to content

Commit

Permalink
Updated podspec file as a preparation for tagging version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyben committed Dec 16, 2013
1 parent 6d98314 commit b53a794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IOSLinkedInAPI.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'IOSLinkedInAPI'
s.version = '1.0.2'
s.version = '2.0.0'
s.license = 'MIT'
s.summary = 'IOS LinkedIn API capable of accessing LinkedIn using oauth2. Using a UIWebView to fetch the authorization code.'
s.homepage = 'https://github.com/jeyben/IOSLinkedInAPI'
s.authors = { 'Jacob von Eyben' => 'jacobvoneyben@gmail.com', 'Eduardo Fonseca' => 'hello@eduardo-fonseca.com' }
s.source = { :git => 'https://github.com/ebfaed/IOSLinkedInAPI.git', :tag => '1.0.0' }
s.source = { :git => 'https://github.com/jeyben/IOSLinkedInAPI.git', :tag => '2.0.0' }
s.source_files = 'IOSLinkedInAPI'
s.requires_arc = true

Expand Down

0 comments on commit b53a794

Please sign in to comment.