Skip to content

Commit

Permalink
Merge pull request CocoaPods#7563 from vtourraine/master
Browse files Browse the repository at this point in the history
Update VTAcknowledgementsViewController to v0.8
  • Loading branch information
keith committed Feb 2, 2014
2 parents 112e5ec + 9d65d8b commit 91ae781
Showing 1 changed file with 17 additions and 0 deletions.
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'VTAcknowledgementsViewController'
s.version = '0.8'
s.license = 'MIT'
s.summary = 'Ready to use “Acknowledgements”/“Licenses”/“Credits” view controller for CocoaPods.'
s.screenshots = 'http://vtourraine.github.io/VTAcknowledgementsViewController/screenshots/iPhone-300-01.png', 'http://vtourraine.github.io/VTAcknowledgementsViewController/screenshots/iPhone-300-02.png'
s.homepage = 'https://github.com/vtourraine/VTAcknowledgementsViewController'
s.authors = { 'Vincent Tourraine' => 'me@vtourraine.net' }
s.social_media_url = 'https://twitter.com/vtourraine'
s.source = { :git => 'https://github.com/vtourraine/VTAcknowledgementsViewController.git', :tag => '0.8' }
s.source_files = 'Classes/*.{h,m}'
s.public_header_files = 'Classes/VTAcknowledgementsViewController.{h,m}', 'Classes/VTAcknowledgement.{h,m}'
s.resources = 'VTAcknowledgementsViewController.bundle'
s.requires_arc = true

s.ios.deployment_target = '5.0'
end

0 comments on commit 91ae781

Please sign in to comment.