Skip to content

Commit ab4ba53

Browse files
author
Unknown
committed
update podspec and version
1 parent 14b6158 commit ab4ba53

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Persei.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Persei"
3-
spec.version = '3.1.1'
3+
spec.version = '4.0.0'
44

55
spec.homepage = "https://github.com/Yalantis/Persei"
66
spec.summary = "Animated top menu for UITableView / UICollectionView / UIScrollView in Swift!"
@@ -10,8 +10,8 @@ Pod::Spec.new do |spec|
1010
spec.license = { :type => "MIT", :file => "LICENSE" }
1111
spec.social_media_url = "https://twitter.com/yalantis"
1212

13-
spec.platform = :ios, '9.0'
14-
spec.ios.deployment_target = '9.0'
13+
spec.platform = :ios, '11.0'
14+
spec.ios.deployment_target = '11.0'
1515

1616
spec.source = { :git => "https://github.com/Yalantis/Persei.git", :tag => spec.version }
1717

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Check this [project on Behance](https://www.behance.net/gallery/20411445/Mobile-
1919
| 1.x | 1.1 |
2020
| 2.x | 2.0 |
2121
| 3.x | 3.0 |
22-
| **4.x** | **3.1** |
22+
| 4.x | 3.1|
23+
| **5.x** | **4.0** |
2324

2425
## Installation
2526

@@ -28,13 +29,13 @@ Check this [project on Behance](https://www.behance.net/gallery/20411445/Mobile-
2829
```ruby
2930
use_frameworks!
3031

31-
pod 'Persei', '~> 3.0'
32+
pod 'Persei', '~> 4.0'
3233
```
3334

3435
### [Carthage](http://github.com/Carthage/Carthage)
3536

3637
```ruby
37-
github "Yalantis/Persei" ~> 3.0
38+
github "Yalantis/Persei" ~> 4.0
3839
```
3940

4041
### Manual Installation

0 commit comments

Comments
 (0)