Skip to content

Commit

Permalink
updated podspec for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Reese committed Feb 3, 2014
1 parent a3ab71d commit 4a4fa1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FastSocket.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FastSocket"
s.version = "1.1"
s.version = "1.2"
s.summary = "A fast, synchronous Objective-C wrapper around BSD sockets for iOS and OS X."
s.description = <<-DESC
A fast, synchronous Objective-C wrapper around BSD sockets for iOS and OS X.
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Dan Reese" => "[email protected]" }
s.social_media_url = "http://twitter.com/dreese"
s.source = { :git => "https://github.com/dreese/FastSocket.git", :tag => "v1.1" }
s.source = { :git => "https://github.com/dreese/FastSocket.git", :tag => "v1.2" }
s.source_files = 'FastSocket.{h,m}', 'FastServerSocket.{h,m}'
s.requires_arc = true
s.framework = 'Foundation'
Expand Down

0 comments on commit 4a4fa1d

Please sign in to comment.