Skip to content

Commit

Permalink
Version bump (1.6.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Sep 13, 2013
1 parent 2c30cd5 commit 9183f3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Edit your Podfile and add `REActivityViewController`:
``` bash
$ edit Podfile
platform :ios, '5.0'
pod 'REActivityViewController', '~> 1.6.6'
pod 'REActivityViewController', '~> 1.6.7'
```

Install into your Xcode project:
Expand Down
4 changes: 2 additions & 2 deletions REActivityViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'REActivityViewController'
s.version = '1.6.6'
s.version = '1.6.7'
s.authors = { 'Roman Efimov' => '[email protected]' }
s.homepage = 'https://github.com/romaonthego/REActivityViewController'
s.summary = 'Open source alternative to UIActivityViewController, highly customizable and compatible with iOS 5.0.'
s.source = { :git => 'https://github.com/romaonthego/REActivityViewController.git',
:tag => '1.6.6' }
:tag => '1.6.7' }
s.license = { :type => "MIT", :file => "LICENSE" }

s.platform = :ios, '5.0'
Expand Down
2 changes: 1 addition & 1 deletion REActivityViewControllerExample/Podfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
platform :ios, '5.0'
pod 'REActivityViewController', '~> 1.6.6'
pod 'REActivityViewController', '~> 1.6.7'

0 comments on commit 9183f3b

Please sign in to comment.