Skip to content

Commit

Permalink
Podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilém Kurz committed Dec 18, 2017
1 parent 094c160 commit ca44aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**6.0.0 (2017-12-18)**
**6.0.1 (2017-12-18)**
- **Breaking change**: **Removed Google+ and YouTube** sharers from podspec. Their vendor's sdk do not work anymore, and these sharers should be rewritten from scratch.
- **Breaking change**: **Commented out Pocket and Evernote** sharers from podspec. Their vendor's sdk do not work with `use_frameworks!` setting in podfile. So they are not available for Swift projects. You can still use them in objective-c projects though, just uncomment lines in the podspec. You might want to fork ShareKit for this.
- **Breaking change**: Removed long deprecated `SHKActionSheet` in favor of `SHKAlertController`
Expand Down
2 changes: 1 addition & 1 deletion ShareKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ShareKit'
s.version = '6.0.0'
s.version = '6.0.1'
s.platform = :ios, '8.0'
s.summary = 'Drop in sharing features for all iPhone and iPad apps.'
s.homepage = 'http://getsharekit.com/'
Expand Down

0 comments on commit ca44aa7

Please sign in to comment.