Skip to content

Commit

Permalink
Updated pod spec for v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Reese committed Jan 28, 2015
1 parent 6b322b5 commit fcfc99f
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.2"
s.version = "1.3"
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.2" }
s.source = { :git => "https://github.com/dreese/FastSocket.git", :tag => "v1.3" }
s.source_files = 'FastSocket.{h,m}', 'FastServerSocket.{h,m}'
s.requires_arc = true
s.framework = 'Foundation'
Expand Down

0 comments on commit fcfc99f

Please sign in to comment.