Skip to content

Commit

Permalink
modified podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyben committed Apr 27, 2013
1 parent ddd9224 commit e99c766
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions IOSLinkedInAPI.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'IOSLinkedInAPI'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'A delightful iOS and OS X networking framework.'
s.homepage = 'https://github.com/jeyben/IOSLinkedInAPI'
s.authors = { 'Jacob von Eyben' => 'jacobvoneyben@gmail.com' }
s.source = { :git => 'https://github.com/jeyben/IOSLinkedInAPI.git', :tag => '0.0.1' }
s.source_files = 'IOSLinkedInAPI'
s.requires_arc = true

s.ios.deployment_target = '5.0'

end

0 comments on commit e99c766

Please sign in to comment.