Skip to content

Commit

Permalink
Update: 更新pod版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ET-LINK committed Nov 26, 2019
1 parent 0c35e64 commit 67ec2a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion EnterAffectiveCloud.podspec
Original file line number Diff line number Diff line change
@@ -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,可以根据上传的脑波和心率分析你的注意力、专注度、放松度、愉悦度和压力值等情绪相关的一些数据。
Expand Down
16 changes: 8 additions & 8 deletions EnterAffectiveCloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions EnterAffectiveCloudUI.podspec
Original file line number Diff line number Diff line change
@@ -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,可以实时显示注意力、专注度、放松度、愉悦度和压力值等情绪相关的一些数据,也可以显示最终报表。
Expand All @@ -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

0 comments on commit 67ec2a4

Please sign in to comment.