Skip to content

Commit

Permalink
Release v0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
torinkwok committed Jun 20, 2017
1 parent abe667e commit 47f2a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NSRegExNamedCaptureGroup.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'NSRegExNamedCaptureGroup'
spec.version = '0.0.2'
spec.version = '0.0.3'
spec.license = { :type => 'Apache-2.0' }
spec.summary = 'The missing Named Capture Group support for NSRegularExpression.'
spec.homepage = 'https://github.com/TorinKwok/NSRegExNamedCaptureGroup'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If you use [Carthage](https://github.com/Carthage/Carthage) to manage your depen
1. Simply add *NSRegExNamedCaptureGroup* to your `Cartfile`:

```
github "TorinKwok/NSRegExNamedCaptureGroup" ~> 0.0.2
github "TorinKwok/NSRegExNamedCaptureGroup" ~> 0.0.3
```

2. Click `File` -> `Add Files to "$PROJECT_NAME"` item in Xcode menu bar. Choose the `NSRegExNamedCaptureGroup.xcodeproj`
Expand All @@ -65,7 +65,7 @@ __CocoaPods__:
To install using [*CocoaPods*](https://github.com/cocoapods/cocoapods), add the following to your project Podfile:

``` ruby
pod 'NSRegExNamedCaptureGroup', '~>0.0.2'
pod 'NSRegExNamedCaptureGroup', '~>0.0.3'
```

__Git Submodule__:
Expand Down

0 comments on commit 47f2a48

Please sign in to comment.