Skip to content

Commit

Permalink
Version up to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zacwest committed Jan 21, 2017
1 parent 9a80509 commit 17050bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -235,8 +235,8 @@ If any of your composed strings contain a `<` character without being in a tag,
ZSWTaggedString is available through [CocoaPods](http://cocoapods.org). Add the following line to your Podfile:
```ruby
pod "ZSWTaggedString", "~> 2.0"
pod "ZSWTaggedString/Swift", "~> 2.0" # Optional, for Swift support
pod "ZSWTaggedString", "~> 3.0"
pod "ZSWTaggedString/Swift", "~> 3.0" # Optional, for Swift support
```

## License
Expand Down
2 changes: 1 addition & 1 deletion ZSWTaggedString.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ZSWTaggedString"
s.version = "2.0"
s.version = "3.0"
s.summary = "Converts a String (or NSString) with tags (like HTML) into an NSAttributedString"
s.description = <<-DESC
Tags in a ZSWTaggedString are like HTML, except you define what they mean.
Expand Down

0 comments on commit 17050bc

Please sign in to comment.