File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "Persei"
3
- spec . version = '3.1.1 '
3
+ spec . version = '4.0.0 '
4
4
5
5
spec . homepage = "https://github.com/Yalantis/Persei"
6
6
spec . summary = "Animated top menu for UITableView / UICollectionView / UIScrollView in Swift!"
@@ -10,8 +10,8 @@ Pod::Spec.new do |spec|
10
10
spec . license = { :type => "MIT" , :file => "LICENSE" }
11
11
spec . social_media_url = "https://twitter.com/yalantis"
12
12
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'
15
15
16
16
spec . source = { :git => "https://github.com/Yalantis/Persei.git" , :tag => spec . version }
17
17
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ Check this [project on Behance](https://www.behance.net/gallery/20411445/Mobile-
19
19
| 1.x | 1.1 |
20
20
| 2.x | 2.0 |
21
21
| 3.x | 3.0 |
22
- | ** 4.x** | ** 3.1** |
22
+ | 4.x | 3.1|
23
+ | ** 5.x** | ** 4.0** |
23
24
24
25
## Installation
25
26
@@ -28,13 +29,13 @@ Check this [project on Behance](https://www.behance.net/gallery/20411445/Mobile-
28
29
``` ruby
29
30
use_frameworks!
30
31
31
- pod ' Persei' , ' ~> 3 .0'
32
+ pod ' Persei' , ' ~> 4 .0'
32
33
```
33
34
34
35
### [ Carthage] ( http://github.com/Carthage/Carthage )
35
36
36
37
``` ruby
37
- github " Yalantis/Persei" ~ > 3 .0
38
+ github " Yalantis/Persei" ~ > 4 .0
38
39
```
39
40
40
41
### Manual Installation
You can’t perform that action at this time.
0 commit comments