Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Updating podspec for description to be within their length limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
benguild authored Oct 14, 2017
1 parent c12127a commit 6bd7fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BGTableViewRowActionWithImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 protected]", "Tom Kraina" => "[email protected]" }
s.source = { :git => "https://github.com/benguild/BGTableViewRowActionWithImage.git", :tag => s.version.to_s }
Expand Down

0 comments on commit 6bd7fa1

Please sign in to comment.