Skip to content

Commit

Permalink
Update podspec to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aceontech committed Feb 6, 2014
1 parent 6526482 commit 029b0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReactiveNSXMLParserLib/ReactiveNSXMLParser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "ReactiveNSXMLParser"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "ReactiveCocoa extensions for NSXMLParser: A concise, stream-based API for parsing XML with NSXMLParser."

s.description = <<-DESC
Expand Down Expand Up @@ -35,7 +35,7 @@ Pod::Spec.new do |s|

# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.source = { :git => "https://github.com/aceontech/ReactiveNSXMLParser.git", :tag => "0.1.0" }
s.source = { :git => "https://github.com/aceontech/ReactiveNSXMLParser.git", :tag => "0.1.1" }


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

0 comments on commit 029b0ef

Please sign in to comment.