diff --git a/MCSwipeTableViewCell.podspec b/MCSwipeTableViewCell.podspec index 353056d..d81e62c 100644 --- a/MCSwipeTableViewCell.podspec +++ b/MCSwipeTableViewCell.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'MCSwipeTableViewCell' - s.version = '1.1.1' + s.version = '1.2.0' s.author = { 'Ali Karagoz' => 'mail@alikaragoz.net' } s.homepage = 'https://github.com/alikaragoz/MCSwipeTableViewCell' s.summary = 'Mailbox app style UITableViewCell.' s.license = 'MIT' - s.source = { :git => 'https://github.com/alikaragoz/MCSwipeTableViewCell.git', :tag => '1.1.1' } + s.source = { :git => 'https://github.com/alikaragoz/MCSwipeTableViewCell.git', :tag => '1.2.0' } s.source_files = 'MCSwipeTableViewCell' s.platform = :ios s.ios.deployment_target = '5.0'