diff --git a/CHANGELOG.md b/CHANGELOG.md index 19824f1..651bcab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.8 (work in progress) +## 0.8 (2 February 2014) - New `localizedTitle` class property for `VTAcknowledgementsViewController` - Update `VTAcknowledgementsViewController` to include a Done button when at bottom of the navigation controller diff --git a/VTAcknowledgementsViewController.podspec b/VTAcknowledgementsViewController.podspec index f71344b..c80f158 100644 --- a/VTAcknowledgementsViewController.podspec +++ b/VTAcknowledgementsViewController.podspec @@ -1,12 +1,13 @@ Pod::Spec.new do |s| s.name = 'VTAcknowledgementsViewController' - s.version = '0.7' + 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.7' } + 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'