Skip to content

Commit

Permalink
Bump to version 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed May 4, 2014
1 parent e7e50ae commit 1c70ebb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.11 (work in progress)
## 0.11 (4 May 2014)

- Portuguese localization, by Michael Brown (@mluisbrown)
- Spanish localization, by Billy Tobon (@billyto)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _Ready to use “Acknowledgements”/“Licenses”/“Credits” view controlle
This project is only useful if you use CocoaPods, so let’s assume that you’re indeed using CocoaPods.

1. Add `pod 'VTAcknowledgementsViewController'` in your `Podfile`.
2. Import the `Pods-acknowledgements.plist` file from the generated `Pods` folder to your main app project (so you need to run `pod install` at least once before using this pod; don’t copy the file itself, just add a reference).
2. Import the `Pods-acknowledgements.plist` file from the generated `Pods` folder to your main app project (so you need to run `pod install` at least once before using this pod; don’t copy the file itself, just add a reference). You can automate that step from your Podfile, [as pointed out by @billyto](https://github.com/vtourraine/VTAcknowledgementsViewController/issues/20).

**Note: if you know how to import this file automatically, as part of the `pod install` process, please let me know.**

Expand Down
4 changes: 2 additions & 2 deletions VTAcknowledgementsViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'VTAcknowledgementsViewController'
s.version = '0.10'
s.version = '0.11'
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.10' }
s.source = { :git => 'https://github.com/vtourraine/VTAcknowledgementsViewController.git', :tag => '0.11' }
s.source_files = 'Classes/*.{h,m}'
s.public_header_files = 'Classes/VTAcknowledgementsViewController.{h,m}', 'Classes/VTAcknowledgement.{h,m}'
s.resources = 'VTAcknowledgementsViewController.bundle'
Expand Down

0 comments on commit 1c70ebb

Please sign in to comment.