Skip to content

Commit

Permalink
Merge pull request #7976 from alexeybondarenko/master
Browse files Browse the repository at this point in the history
Added SCSlidingCell
  • Loading branch information
keith committed Feb 13, 2014
2 parents 5d5dc9b + fde5219 commit 51a87b1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions SCSlidingCell/0.5.0.1/SCSlidingCell.podspec
@@ -0,0 +1,22 @@

Pod::Spec.new do |s|

s.name = "SCSlidingCell"
s.version = "0.5.0.1"
s.summary = "Provide sliding UITableView cells like in FB app. "

s.homepage = "https://github.com/alexeybondarenko/SCSlidingCell"
s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = { "Alexey Bondarenko" => "alexeybondarenko@me.com" }
s.social_media_url = "https://twitter.com/BonOleksiy"

s.platform = :ios, '5.0'

s.source = { :git => "https://github.com/alexeybondarenko/SCSlidingCell.git", :tag => "0.5.0.1" }

s.source_files = 'SlidingCell/SlidingCell/*.{h,m}'

s.requires_arc = true

end

0 comments on commit 51a87b1

Please sign in to comment.