Skip to content

Commit

Permalink
points podspec back at jeremy-w/objc-zmq
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-w committed May 15, 2015
1 parent 2d7489b commit 1d567f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions objc-zmq.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ Pod::Spec.new do |s|
This is an Objective-C version of the reference ZeroMQ object-oriented C API. It follows the guidelines laid out by the official "Guidelines for ZeroMQ bindings".
DESC
s.homepage = "https://github.com/calvinchengx/objc-zmq"
s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.homepage = "https://github.com/jeremy-w/objc-zmq"
s.license = 'MIT'
s.author = { "Simon Strandgaard" => "[email protected]" }
s.source = { :git => "https://github.com/calvinchengx/objc-zmq.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/jeremy-w/objc-zmq.git", :tag => s.version.to_s }
s.platform = :osx, '10.10'
s.platform = :ios, '7.0'
s.osx.deployment_target = '10.10'
Expand Down

0 comments on commit 1d567f7

Please sign in to comment.