Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Enric Enrich committed Jul 14, 2016
1 parent 57a5337 commit 8ccaff8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions EECellSwipeGestureRecognizer.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
Pod::Spec.new do |s|
s.name = 'EECellSwipeGestureRecognizer'
s.version = '1.0.0'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Clean and easy way to implement swipe actions to UITableViewCell'
s.homepage = 'https://github.com/enricenrich/EECellSwipeGestureRecognizer'
s.social_media_url = 'https://twitter.com/enricenrich'
s.authors = { 'Enric Enrich' => '[email protected]' }
s.source = { :git => 'https://github.com/enricenrich/EECellSwipeGestureRecognizer.git', :tag => s.version }

s.ios.deployment_target = '8.0'

s.source_files = 'Source/EECellSwipeGestureRecognizer/*.swift'

s.requires_arc = true
end

0 comments on commit 8ccaff8

Please sign in to comment.