Skip to content

Commit

Permalink
added AFNetworking as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyben committed Apr 27, 2013
1 parent e99c766 commit bebaa55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion IOSLinkedInAPI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Pod::Spec.new do |s|
s.source_files = 'IOSLinkedInAPI'
s.requires_arc = true

s.ios.deployment_target = '5.0'
s.platform = :ios, '5.0'

s.dependency 'AFNetworking', '~> 1.2.1'

end
2 changes: 2 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
platform :ios, '5.0'
pod 'AFNetworking', '~> 1.2.1'

0 comments on commit bebaa55

Please sign in to comment.