Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyneu committed Feb 19, 2024
1 parent cfc7c85 commit 40ba10a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cosmos.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Cosmos"
s.version = "25.0.0"
s.version = "25.0.1"
s.license = { :type => "MIT" }
s.homepage = "https://github.com/evgenyneu/Cosmos"
s.summary = "5-star rating control written in Swift"
Expand All @@ -18,8 +18,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/evgenyneu/Cosmos.git", :tag => s.version }
s.screenshots = "https://raw.githubusercontent.com/evgenyneu/Cosmos/master/graphics/Screenshots/cosmos_star_rating_control_for_ios_swift_space.png"
s.source_files = "Cosmos/**/*.swift"
s.ios.deployment_target = "9.0"
s.tvos.deployment_target = "9.0"
s.ios.deployment_target = "12.0"
s.tvos.deployment_target = "12.0"
s.swift_versions = ['4.2', '5.0']

s.resource_bundles = {"Cosmos" => ["Cosmos/Resources/PrivacyInfo.xcprivacy"]}
Expand Down
12 changes: 6 additions & 6 deletions Cosmos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -758,7 +758,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand Down Expand Up @@ -840,7 +840,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Demo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = au.com.marketplacer.CosmosDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -853,7 +853,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Demo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = au.com.marketplacer.CosmosDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -905,7 +905,7 @@
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
TVOS_DEPLOYMENT_TARGET = 12.0;
};
name = Debug;
};
Expand All @@ -928,7 +928,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
TVOS_DEPLOYMENT_TARGET = 12.0;
};
name = Release;
};
Expand Down

0 comments on commit 40ba10a

Please sign in to comment.