Skip to content

Commit 3570940

Browse files
author
serhatleventyavas
committed
update README.md
1 parent 9c03cdf commit 3570940

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

EasyValidationManager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "EasyValidationManager"
3-
spec.version = "1.0.5"
3+
spec.version = "2.0.0"
44
spec.summary = "EasyValidationManager is a small validation library."
55
spec.description = <<-DESC
66
EasyValidationManager library allow to us that check phone number, credit card, email easily."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ EasyValidationManager library allow to us that check phone number, credit card,
99
### Features
1010
- [x] Check phone number
1111
- [ ] Check email address
12-
- [ ] Check credit card
12+
- [x] Check credit card
1313

1414
## Requirements
1515

@@ -22,7 +22,7 @@ EasyValidationManager library allow to us that check phone number, credit card,
2222
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate EasyValidationManager into your Xcode project using CocoaPods, specify it in your `Podfile`:
2323

2424
```ruby
25-
pod 'EasyValidationManager', '~> 1.0.5'
25+
pod 'EasyValidationManager', '~> 2.0.0'
2626
```
2727

2828
## License

0 commit comments

Comments
 (0)