Skip to content

Commit

Permalink
Added AFLinkedInOAuth1Client
Browse files Browse the repository at this point in the history
  • Loading branch information
pj4533 committed Feb 19, 2013
1 parent f1017c7 commit 58dd5c1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions AFLinkedInOAuth1Client/0.0.1/AFLinkedInOAuth1Client.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "AFLinkedInOAuth1Client"
s.version = "0.0.1"
s.summary = "AFOAuth1Client for LinkedIn."
s.homepage = "https://github.com/pj4533/AFLinkedInOAuth1Client"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "PJ Gray" => "pj4533@gmail.com" }
s.source = { :git => "https://github.com/pj4533/AFLinkedInOAuth1Client.git", :tag => "0.0.1" }
s.platform = :ios, '5.0'
s.source_files = 'AFLinkedInOAuth1Client'
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.dependency 'AFOAuth1Client', '>= 0.1.0'
end

0 comments on commit 58dd5c1

Please sign in to comment.