diff --git a/BGTableViewRowActionWithImage.podspec b/BGTableViewRowActionWithImage.podspec index e2d2bc7..33d3127 100644 --- a/BGTableViewRowActionWithImage.podspec +++ b/BGTableViewRowActionWithImage.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.version = "0.4.2" s.homepage = "https://github.com/benguild/BGTableViewRowActionWithImage" s.screenshots = "https://raw.github.com/benguild/BGTableViewRowActionWithImage/master/demo.jpg" - s.summary = "A variation on the iOS 8.0+ `UITableViewRowAction` to support icons, with text below. — No longer necessary or fully-supported in iOS 11. (and above)" + s.summary = "A variation on the iOS 8-10 (not supported in 11+) `UITableViewRowAction` to support icons, with text below. Similar to the iOS 9 Mail app." s.license = 'MIT' s.author = { "Ben Guild" => "email@benguild.com", "Tom Kraina" => "me@tomkraina.com" } s.source = { :git => "https://github.com/benguild/BGTableViewRowActionWithImage.git", :tag => s.version.to_s }