diff --git a/IOSLinkedInAPI.podspec b/IOSLinkedInAPI.podspec index c97a4d3..e4f1a75 100644 --- a/IOSLinkedInAPI.podspec +++ b/IOSLinkedInAPI.podspec @@ -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