-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#198) get all projects building in xcode 6.4
- Loading branch information
Showing
4 changed files
with
163 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "SignalR-ObjC" | ||
s.version = "2.0.0.alpha1" | ||
s.version = "2.0.0.beta1" | ||
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" => "[email protected]" } | ||
s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git', :tag => '2.0.0.alpha1' } | ||
s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git' } | ||
s.ios.deployment_target = '6.0' | ||
s.osx.deployment_target = '10.8' | ||
s.source_files = 'SignalR.Client/**/*.{h,m}' | ||
s.requires_arc = true | ||
s.dependency 'AFNetworking', '~>2.0' | ||
s.dependency 'SocketRocket', '0.3.1-beta2' | ||
end | ||
end |
Oops, something went wrong.