Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
bump socketrocket and prepare for 2.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Arthur committed Sep 28, 2015
1 parent a0276a5 commit 93d1477
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Externals/deferred
Submodule deferred deleted from 0cba3a
4 changes: 2 additions & 2 deletions ObjectiveDDP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Pod::Spec.new do |s|
s.summary = 'Facilitates communication between iOS clients and meteor.js servers'
s.homepage = 'https://github.com/boundsj/ObjectiveDDP.git'
s.author = 'Jesse Bounds'
s.source = { :git => 'https://github.com/boundsj/ObjectiveDDP.git', :tag => 'v0.1.9' }
s.source = { :git => 'https://github.com/boundsj/ObjectiveDDP.git', :tag => 'v0.2.0' }
s.source_files = 'ObjectiveDDP/*.{h,m,c}'
s.requires_arc = true
s.dependency 'SocketRocket', '0.3.1-beta2'
s.dependency 'SocketRocket', '0.4.1'
s.dependency 'M13OrderedDictionary'
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ObjectiveDDP should run well with iOS projects using ARC and iOS 7.1 or above. _
##### Integrate it with your project using CocoaPods:

```
pod 'ObjectiveDDP', '~> 0.1.8'
pod 'ObjectiveDDP', '~> 0.2.0'
```
For more information about this, check out [Linking and Building](https://github.com/boundsj/ObjectiveDDP/wiki/Linking-and-using-ObjectiveDDP) in the wiki.

Expand Down

0 comments on commit 93d1477

Please sign in to comment.