Skip to content

Commit b6829f8

Browse files
author
serhatleventyavas
committed
Updates version.
1 parent 87c13ec commit b6829f8

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
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.4"
3+
spec.version = "1.0.5"
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."
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
uuid = "AF3D51CC-6455-4E17-9E8E-FF145DE39283"
4+
type = "1"
5+
version = "2.0">
6+
</Bucket>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.4'
25+
pod 'EasyValidationManager', '~> 1.0.5'
2626
```
2727

2828
## License

0 commit comments

Comments
 (0)