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

Commit

Permalink
Bumped tag version in podspec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alikaragoz committed Jan 5, 2014
1 parent f086814 commit 5821fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MCSwipeTableViewCell.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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'
Expand Down

0 comments on commit 5821fd2

Please sign in to comment.