diff --git a/EnterAffectiveCloud.podspec b/EnterAffectiveCloud.podspec index 461acaa..bff437f 100644 --- a/EnterAffectiveCloud.podspec +++ b/EnterAffectiveCloud.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'EnterAffectiveCloud' - s.version = '1.3.4' + s.version = '1.3.5' s.summary = 'Entertech 情感云 SDK' s.description = <<-DESC 情感云 SDK,可以根据上传的脑波和心率分析你的注意力、专注度、放松度、愉悦度和压力值等情绪相关的一些数据。 diff --git a/EnterAffectiveCloud.xcodeproj/project.pbxproj b/EnterAffectiveCloud.xcodeproj/project.pbxproj index 2c0278f..5138a0a 100644 --- a/EnterAffectiveCloud.xcodeproj/project.pbxproj +++ b/EnterAffectiveCloud.xcodeproj/project.pbxproj @@ -1297,7 +1297,7 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 110; + CURRENT_PROJECT_VERSION = 111; DEFINES_MODULE = YES; DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO; DEVELOPMENT_TEAM = 5EVD5KXKJ4; @@ -1312,7 +1312,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.4; + MARKETING_VERSION = 1.3.5; PRODUCT_BUNDLE_IDENTIFIER = com.cn.enter.EnterAffectiveCloud; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1329,7 +1329,7 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 110; + CURRENT_PROJECT_VERSION = 111; DEFINES_MODULE = YES; DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO; DEVELOPMENT_TEAM = 5EVD5KXKJ4; @@ -1344,7 +1344,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.4; + MARKETING_VERSION = 1.3.5; PRODUCT_BUNDLE_IDENTIFIER = com.cn.enter.EnterAffectiveCloud; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1360,7 +1360,7 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 110; + CURRENT_PROJECT_VERSION = 111; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = 5EVD5KXKJ4; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1374,7 +1374,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.4; + MARKETING_VERSION = 1.3.5; PRODUCT_BUNDLE_IDENTIFIER = cn.entertech.EnterAffectiveCloudUI; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1391,7 +1391,7 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 110; + CURRENT_PROJECT_VERSION = 111; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = 5EVD5KXKJ4; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1405,7 +1405,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.4; + MARKETING_VERSION = 1.3.5; PRODUCT_BUNDLE_IDENTIFIER = cn.entertech.EnterAffectiveCloudUI; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/EnterAffectiveCloudUI.podspec b/EnterAffectiveCloudUI.podspec index e29a168..1e2a036 100644 --- a/EnterAffectiveCloudUI.podspec +++ b/EnterAffectiveCloudUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'EnterAffectiveCloudUI' - s.version = '1.3.4' + s.version = '1.3.5' s.summary = 'Entertech 情感云UI SDK' s.description = <<-DESC 情感云 SDK关联的UI,可以实时显示注意力、专注度、放松度、愉悦度和压力值等情绪相关的一些数据,也可以显示最终报表。 @@ -18,5 +18,5 @@ Pod::Spec.new do |s| s.dependency 'RxSwift', '5.0' s.dependency 'SnapKit' s.dependency 'Charts' - s.dependency 'EnterAffectiveCloud', '1.3.4' + s.dependency 'EnterAffectiveCloud', '1.3.5' end