Skip to content

Commit

Permalink
Version bump (1.5.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed May 15, 2013
1 parent 7711a0a commit 2804a6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5.7'
pod 'REActivityViewController', '~> 1.5.8'
```

Install into your Xcode project:
Expand Down
8 changes: 4 additions & 4 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.5.7'
s.version = '1.5.8'
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.5.7' }
:tag => '1.5.8' }
s.license = { :type => "MIT", :file => "LICENSE" }

s.platform = :ios, '5.0'
Expand All @@ -18,8 +18,8 @@ Pod::Spec.new do |s|
s.ios.frameworks = 'QuartzCore', 'AssetsLibrary', 'MessageUI', 'Twitter'
s.ios.weak_frameworks = 'Social'

s.dependency 'AFNetworking', '~> 1.2.0'
s.dependency 'Facebook-iOS-SDK', '~> 3.5.0'
s.dependency 'AFNetworking', '~> 1.2.1'
s.dependency 'Facebook-iOS-SDK', '~> 3.5.1'
s.dependency 'DEFacebookComposeViewController', '~> 1.0.0'
s.dependency 'REComposeViewController', '~> 2.0.3'
s.dependency 'SFHFKeychainUtils', '~> 0.0.1'
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.5.7'
pod 'REActivityViewController', '~> 1.5.8'

0 comments on commit 2804a6e

Please sign in to comment.