diff --git a/BoxSimpleOAuth.podspec b/BoxSimpleOAuth.podspec
index 8f8a29d..93c03a1 100644
--- a/BoxSimpleOAuth.podspec
+++ b/BoxSimpleOAuth.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BoxSimpleOAuth'
- s.version = '0.2.0'
+ s.version = '0.2.1'
s.summary = 'A quick and simple way to authenticate a Box user in your iPhone or iPad app.'
s.homepage = 'https://github.com/rbaumbach/BoxSimpleOAuth'
s.license = { :type => 'MIT', :file => 'MIT-LICENSE.txt' }
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.source_files = 'BoxSimpleOAuth/Source/*.{h,m}'
s.resources = 'BoxSimpleOAuth/Source/*.xib'
- s.dependency 'SimpleOAuth2', '0.1.3'
+ s.dependency 'SimpleOAuth2', '0.1.5'
s.dependency 'MBProgressHUD', '>= 0.9'
end
diff --git a/BoxSimpleOAuth/Info.plist b/BoxSimpleOAuth/Info.plist
index badd676..600e701 100644
--- a/BoxSimpleOAuth/Info.plist
+++ b/BoxSimpleOAuth/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.2.0
+ 0.2.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass