Skip to content

Commit

Permalink
, '~>0.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
seivan committed Mar 29, 2013
1 parent 97ee956 commit d8a9498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SHOmniAuthLinkedIn/0.0.1/SHOmniAuthLinkedIn.podspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.requires_arc = true s.requires_arc = true


s.dependency 'AFLinkedInOAuth1Client' s.dependency 'AFLinkedInOAuth1Client'
s.dependency 'SHOmniAuth', :git => "https://github.com/seivan/SHOmniAuth.git", :tag => "0.0.1" s.dependency 'SHOmniAuth', '~>0.0.1'
s.dependency 'SHAccountStore', :git => "https://github.com/seivan/SHAccountStore.git", :tag => "0.0.1" s.dependency 'SHAccountStore', '~>0.0.1'
s.dependency 'SHRequest', :git => "https://github.com/seivan/SHRequest.git", :tag => "0.0.1" s.dependency 'SHRequest', '~>0.0.1'
end end

0 comments on commit d8a9498

Please sign in to comment.