From fde5219ef8fe6d443c787e0607d2301da39c2f9e Mon Sep 17 00:00:00 2001 From: Alexey Bondarenko Date: Thu, 13 Feb 2014 01:48:52 +0200 Subject: [PATCH] Added SCSlidingCell --- SCSlidingCell/0.5.0.1/SCSlidingCell.podspec | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 SCSlidingCell/0.5.0.1/SCSlidingCell.podspec diff --git a/SCSlidingCell/0.5.0.1/SCSlidingCell.podspec b/SCSlidingCell/0.5.0.1/SCSlidingCell.podspec new file mode 100644 index 00000000000000..a474ed61888462 --- /dev/null +++ b/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