diff --git a/IONFileTransferLib.podspec b/IONFileTransferLib.podspec index 0761e7d..8b46913 100644 --- a/IONFileTransferLib.podspec +++ b/IONFileTransferLib.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'IONFileTransferLib' - spec.version = '0.0.1' + spec.version = '1.0.0' spec.summary = 'A native iOS library for download and upload files.' spec.description = 'A Swift library for iOS that provides simple way to download and upload files. Download and upload files with a secure, clean and modern API.' diff --git a/IONFileTransferLib.xcodeproj/project.pbxproj b/IONFileTransferLib.xcodeproj/project.pbxproj index ebe2d24..1bb01e2 100644 --- a/IONFileTransferLib.xcodeproj/project.pbxproj +++ b/IONFileTransferLib.xcodeproj/project.pbxproj @@ -367,7 +367,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -430,7 +430,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -460,7 +460,7 @@ BUILD_LIBRARY_FOR_DISTRIBUTION = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = EVSWK8BA55; DYLIB_COMPATIBILITY_VERSION = 1; @@ -492,7 +492,7 @@ BUILD_LIBRARY_FOR_DISTRIBUTION = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = EVSWK8BA55; DYLIB_COMPATIBILITY_VERSION = 1; @@ -522,7 +522,7 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = EVSWK8BA55; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0.0; @@ -540,7 +540,7 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = EVSWK8BA55; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0.0; diff --git a/IONFileTransferLib.zip b/IONFileTransferLib.zip index 0e98a1d..f7edf4f 100644 Binary files a/IONFileTransferLib.zip and b/IONFileTransferLib.zip differ