diff --git a/README.md b/README.md index a1f58b41..632da15e 100644 --- a/README.md +++ b/README.md @@ -944,7 +944,7 @@ For cocoapods, in your Podfile, simply specify `SwiftyDropboxObjC` instead of (o use_frameworks! target '' do - pod 'SwiftyDropboxObjC', '~> 10.0.0' + pod 'SwiftyDropboxObjC', '~> 10.0.1' end ``` diff --git a/Source/SwiftyDropbox/Platform/SwiftyDropbox_iOS/Info.plist b/Source/SwiftyDropbox/Platform/SwiftyDropbox_iOS/Info.plist index 3a9176d2..7db9ebed 100644 --- a/Source/SwiftyDropbox/Platform/SwiftyDropbox_iOS/Info.plist +++ b/Source/SwiftyDropbox/Platform/SwiftyDropbox_iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.0.0 + 10.0.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Source/SwiftyDropbox/Platform/SwiftyDropbox_macOS/Info.plist b/Source/SwiftyDropbox/Platform/SwiftyDropbox_macOS/Info.plist index 771e0c6b..703fa473 100644 --- a/Source/SwiftyDropbox/Platform/SwiftyDropbox_macOS/Info.plist +++ b/Source/SwiftyDropbox/Platform/SwiftyDropbox_macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.0.0 + 10.0.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Source/SwiftyDropbox/Shared/Handwritten/SDKConstants.swift b/Source/SwiftyDropbox/Shared/Handwritten/SDKConstants.swift index d481bdc4..fbd4ad01 100644 --- a/Source/SwiftyDropbox/Shared/Handwritten/SDKConstants.swift +++ b/Source/SwiftyDropbox/Shared/Handwritten/SDKConstants.swift @@ -5,6 +5,6 @@ import Foundation public struct Constants { - public static let versionSDK = "10.0.0" + public static let versionSDK = "10.0.1" static let kCSRFKey = "kCSRFKeySwiftSDK" } diff --git a/Source/SwiftyDropboxObjC/Platform/SwiftyDropbox_iOS/Info.plist b/Source/SwiftyDropboxObjC/Platform/SwiftyDropbox_iOS/Info.plist index 3a9176d2..7db9ebed 100644 --- a/Source/SwiftyDropboxObjC/Platform/SwiftyDropbox_iOS/Info.plist +++ b/Source/SwiftyDropboxObjC/Platform/SwiftyDropbox_iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.0.0 + 10.0.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Source/SwiftyDropboxObjC/Platform/SwiftyDropbox_macOS/Info.plist b/Source/SwiftyDropboxObjC/Platform/SwiftyDropbox_macOS/Info.plist index 771e0c6b..703fa473 100644 --- a/Source/SwiftyDropboxObjC/Platform/SwiftyDropbox_macOS/Info.plist +++ b/Source/SwiftyDropboxObjC/Platform/SwiftyDropbox_macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.0.0 + 10.0.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/SwiftyDropbox.podspec b/SwiftyDropbox.podspec index d7e3ece0..72df60f5 100644 --- a/SwiftyDropbox.podspec +++ b/SwiftyDropbox.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftyDropbox' - s.version = '10.0.0' + s.version = '10.0.1' s.summary = 'Dropbox Swift SDK for API v2' s.homepage = 'https://dropbox.com/developers/' s.license = 'MIT' diff --git a/SwiftyDropboxObjC.podspec b/SwiftyDropboxObjC.podspec index 367e84ba..3fa339b9 100644 --- a/SwiftyDropboxObjC.podspec +++ b/SwiftyDropboxObjC.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftyDropboxObjC' - s.version = '10.0.0' + s.version = '10.0.1' s.summary = 'Objective-C Wrapper for Dropbox Swift SDK for API v2' s.homepage = 'https://dropbox.com/developers/' s.license = 'MIT' @@ -20,5 +20,5 @@ Pod::Spec.new do |s| s.osx.frameworks = 'AppKit', 'WebKit', 'SystemConfiguration', 'Foundation' s.ios.frameworks = 'UIKit', 'WebKit', 'SystemConfiguration', 'Foundation' - s.dependency 'SwiftyDropbox', '~> 10.0.0' + s.dependency 'SwiftyDropbox', '~> 10.0.1' end diff --git a/TestSwiftyDropbox/Podfile.lock b/TestSwiftyDropbox/Podfile.lock index 0318d852..27f6e888 100644 --- a/TestSwiftyDropbox/Podfile.lock +++ b/TestSwiftyDropbox/Podfile.lock @@ -1,7 +1,7 @@ PODS: - - SwiftyDropbox (10.0.1) - - SwiftyDropboxObjC (10.0.1): - - SwiftyDropbox (~> 10.0.1) + - SwiftyDropbox (10.0.0) + - SwiftyDropboxObjC (10.0.0): + - SwiftyDropbox (~> 10.0.0) DEPENDENCIES: - SwiftyDropbox (from `../`) @@ -14,9 +14,9 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - SwiftyDropbox: 901598e2d05d67256b6be837734b2d946c42d5f1 - SwiftyDropboxObjC: e65e6438a946dbf6980c32e4665daa1fe610f34b + SwiftyDropbox: ef7961c2d64e7ac48d4f88d39e6db5554375f774 + SwiftyDropboxObjC: b99c342560286cdfca8eeff54ac15515d002deaf -PODFILE CHECKSUM: 590f63b5f6164d49495c7ce09c32e872551a6db9 +PODFILE CHECKSUM: e0f6bd11b29f3d698a8cf15c435947aa1ac4eee1 COCOAPODS: 1.14.3