Skip to content

Commit

Permalink
Updated podspec for 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Madsen committed Apr 14, 2015
1 parent a26c618 commit 36bc117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ORSSerialPort.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "ORSSerialPort"
s.version = "1.7.1"
s.version = "1.8.0"
s.summary = "Easy to use serial port library for Objective-C and Swift Mac apps."

s.description = <<-DESC
Expand Down Expand Up @@ -62,7 +62,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/armadsen/ORSSerialPort.git", :tag => "1.7.1" }
s.source = { :git => "https://github.com/armadsen/ORSSerialPort.git", :tag => "1.8.0" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit 36bc117

Please sign in to comment.