Skip to content

Commit 5a75a55

Browse files
committed
updated README
1 parent 6f08f16 commit 5a75a55

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README-ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if let m = re.search("[Tt]his is (.*?)easy", "I think this is really easy!!!") {
2525
## 環境
2626

2727
- iOS 7.0+ / Mac OS X 10.9+
28-
- Xcode 7.0
28+
- Xcode 7.0+
2929

3030
## インストール
3131
> **Embedded frameworks を使うには iOS 8 または OS X Mavericks 以上は必要です**
@@ -40,7 +40,7 @@ platform :ios, '8.0'
4040
use_frameworks!
4141

4242
target 'MyApp' do
43-
pod 'PySwiftyRegex', '~> 0.1.0'
43+
pod 'PySwiftyRegex', '~> 0.2.0'
4444
end
4545
```
4646

@@ -54,7 +54,7 @@ $ pod install
5454
下記の行を `Cartfile``Cartfile.private` かに追加してください:
5555

5656
```
57-
github "cezheng/PySwiftyRegex" ~> 0.1.0
57+
github "cezheng/PySwiftyRegex" ~> 0.2.0
5858
```
5959
そして、下記のコマンドを実行してください:
6060

README-zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if let m = re.search("[Tt]his is (.*?)easy", "I think this is really easy!!!") {
2525
## 环境
2626

2727
- iOS 7.0+ / Mac OS X 10.9+
28-
- Xcode 7.0
28+
- Xcode 7.0+
2929

3030
## 导入
3131
> **使用 Embedded frameworks 至少需要 iOS 8 或 OS X Mavericks.**
@@ -40,7 +40,7 @@ platform :ios, '8.0'
4040
use_frameworks!
4141

4242
target 'MyApp' do
43-
pod 'PySwiftyRegex', '~> 0.1.0'
43+
pod 'PySwiftyRegex', '~> 0.2.0'
4444
end
4545
```
4646

@@ -54,7 +54,7 @@ $ pod install
5454
`Cartfile``Cartfile.private` 中加入如下一行:
5555

5656
```
57-
github "cezheng/PySwiftyRegex" ~> 0.1.0
57+
github "cezheng/PySwiftyRegex" ~> 0.2.0
5858
```
5959
然后执行如下命令:
6060

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See [More examples](#more_usage).
2424
## Requirements
2525

2626
- iOS 7.0+ / Mac OS X 10.9+
27-
- Xcode 7.0
27+
- Xcode 7.0+
2828

2929

3030
## Installation
@@ -40,7 +40,7 @@ platform :ios, '8.0'
4040
use_frameworks!
4141

4242
target 'MyApp' do
43-
pod 'PySwiftyRegex', '~> 0.1.0'
43+
pod 'PySwiftyRegex', '~> 0.2.0'
4444
end
4545
```
4646

@@ -54,7 +54,7 @@ $ pod install
5454
Adding the following line to your `Cartfile` or `Cartfile.private`:
5555

5656
```
57-
github "cezheng/PySwiftyRegex" ~> 0.1.0
57+
github "cezheng/PySwiftyRegex" ~> 0.2.0
5858
```
5959
Run the following command:
6060

0 commit comments

Comments
 (0)