Skip to content

Commit

Permalink
[Update] SignalR-ObjC (0.5.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Billingsley committed Sep 11, 2012
1 parent 7272ef6 commit afc6d41
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SignalR-ObjC/0.5.3.1/SignalR-ObjC.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "SignalR-ObjC"
s.version = "0.5.3.1"
s.summary = "Objective-C Client for the SignalR Project works with iOS and Mac."
s.homepage = "https://github.com/DyKnow/SignalR-ObjC"
s.license = 'MIT'
s.author = { "Alex Billingsley" => "abillingsley@dyknow.com" }
s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git', :tag => '0.5.3.1' }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'SignalR.Client/**/*.{h,m}'
s.requires_arc = true
s.dependency 'AFNetworking', '>=1.0RC1'
end

0 comments on commit afc6d41

Please sign in to comment.