Skip to content

Commit

Permalink
[update] version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedkomaksim committed Apr 9, 2020
1 parent d1a2696 commit 6192cf4
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 138 deletions.
2 changes: 1 addition & 1 deletion DisplaySwitcher.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "DisplaySwitcher"
s.version = "1.2.1"
s.version = "2.0"
s.summary = "This component implements custom transition between two collection view layouts."
s.screenshot = 'https://d13yacurqjgara.cloudfront.net/users/116693/screenshots/2276068/open-uri20151005-3-walc59'

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
17 changes: 9 additions & 8 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Also, read how it was done in [our blog](https://yalantis.com/blog/contact-displ

```ruby
use_frameworks!
pod ‘DisplaySwitcher’, '~> 1.0’
pod ‘DisplaySwitcher’, '~> 2.0’
```
### [Carthage](https://github.com/Carthage/Carthage)
Expand Down

0 comments on commit 6192cf4

Please sign in to comment.