From 2804a6e874befdc1a957cd25e67d9312fcee9f17 Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Wed, 15 May 2013 11:20:37 -0500 Subject: [PATCH] Version bump (1.5.8) --- README.md | 2 +- REActivityViewController.podspec | 8 ++++---- REActivityViewControllerExample/Podfile | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 11081bc..cd9941b 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/REActivityViewController.podspec b/REActivityViewController.podspec index 890eeed..6f16b91 100644 --- a/REActivityViewController.podspec +++ b/REActivityViewController.podspec @@ -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' => 'romefimov@gmail.com' } 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' @@ -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' diff --git a/REActivityViewControllerExample/Podfile b/REActivityViewControllerExample/Podfile index ed8e3df..ba66549 100644 --- a/REActivityViewControllerExample/Podfile +++ b/REActivityViewControllerExample/Podfile @@ -1,2 +1,2 @@ platform :ios, '5.0' -pod 'REActivityViewController', '~> 1.5.7' \ No newline at end of file +pod 'REActivityViewController', '~> 1.5.8' \ No newline at end of file