From d20f141e60528a2afc2685bdf070a388582de88c Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Mon, 12 Jan 2015 14:01:36 +0000 Subject: [PATCH] ParseUI 1.0.3 --- ParseUI.podspec | 6 +++--- Podfile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ParseUI.podspec b/ParseUI.podspec index 132e879..b4acc6b 100644 --- a/ParseUI.podspec +++ b/ParseUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ParseUI' - s.version = '1.0.2' + s.version = '1.0.3' s.license = { :type => 'SDK', :file => 'LICENSE'} s.homepage = 'https://www.parse.com/' s.summary = 'ParseUI is a library of useful User Interface components for the Parse iOS SDK.' @@ -31,6 +31,6 @@ Pod::Spec.new do |s| 'CoreGraphics', 'QuartzCore' - s.dependency 'Parse', '~> 1.5' - s.dependency 'ParseFacebookUtils', '~> 1.5' + s.dependency 'Parse', '~> 1.6' + s.dependency 'ParseFacebookUtils', '~> 1.6' end diff --git a/Podfile b/Podfile index d58ab45..9bf6413 100644 --- a/Podfile +++ b/Podfile @@ -4,5 +4,5 @@ workspace 'ParseUI' xcodeproj 'ParseUI.xcodeproj' link_with 'ParseUIDemo' -pod 'Parse', '~> 1.5' -pod 'ParseFacebookUtils', '~> 1.5' +pod 'Parse', '~> 1.6' +pod 'ParseFacebookUtils', '~> 1.6'