Skip to content

Commit 00fc639

Browse files
committed
Bump version
1 parent e44e222 commit 00fc639

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Koloda.podspec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
2-
31
Pod::Spec.new do |s|
42
s.name = "Koloda"
5-
s.version = "3.1.3"
3+
s.version = "4.0"
64
s.summary = "KolodaView is a class designed to simplify the implementation of Tinder like cards on iOS. "
75

86
s.homepage = "https://github.com/Yalantis/Koloda"
@@ -12,8 +10,6 @@ s.source = { :git => "https://github.com/Yalantis/Koloda.git", :tag =>
1210
s.social_media_url = 'https://twitter.com/yalantis'
1311

1412
s.platform = :ios, '8.0'
15-
s.requires_arc = true
16-
1713
s.source_files = 'Pod/Classes/**/*'
1814

1915
s.frameworks = 'UIKit'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ KolodaView is a class designed to simplify the implementation of Tinder like car
1717
Supported OS & SDK Versions
1818
-----------------------------
1919

20-
* Supported build target - iOS 9.0 (Xcode 7.3)
20+
* Supported build target - iOS 9.0 (Xcode 8)
2121

2222
ARC Compatibility
2323
------------------
@@ -28,7 +28,7 @@ KolodaView requires ARC.
2828
------------------
2929

3030
```ruby
31-
pod 'Koloda', '~> 3.1.2'
31+
pod 'Koloda', '~> 4.0'
3232
```
3333

3434
Thread Safety

0 commit comments

Comments
 (0)