Skip to content

Commit e85eb52

Browse files
update ver 1.2.1 swift package
1 parent 9c7d920 commit e85eb52

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

ButtonClickStyle.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'ButtonClickStyle'
11-
s.version = '1.2.0'
11+
s.version = '1.2.1'
1212
s.summary = 'This is a customizable designable button view. Inside layer you can style button, create your own subviews. Choose 15 click animation styles'
1313

1414
# This description is used to generate tags and improve search results.

Example/ButtonClickStyle.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
008AEF06A9D32E0C9EFBF7B1 /* Pods-ButtonClickStyle_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ButtonClickStyle_Example.debug.xcconfig"; path = "Target Support Files/Pods-ButtonClickStyle_Example/Pods-ButtonClickStyle_Example.debug.xcconfig"; sourceTree = "<group>"; };
108108
03911DCE224C9681A312A56C /* Pods_ButtonClickStyle_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ButtonClickStyle_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
109109
05BD0C048E17837785AA335C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
110-
3CC8C58CF19BEF113F8B61A0 /* ButtonClickStyle.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ButtonClickStyle.podspec; path = ../ButtonClickStyle.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
110+
3CC8C58CF19BEF113F8B61A0 /* ButtonClickStyle.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ButtonClickStyle.podspec; path = ../ButtonClickStyle.podspec; sourceTree = "<group>"; };
111111
4A4545C32806C7570041D039 /* ButtonTableListViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ButtonTableListViewController.swift; sourceTree = "<group>"; };
112112
4A4545C42806C7570041D039 /* ButtonTableListViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ButtonTableListViewController.storyboard; sourceTree = "<group>"; };
113113
4A62F3112803115C00534ABA /* StoryboardController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryboardController.swift; sourceTree = "<group>"; };
@@ -630,9 +630,9 @@
630630
607FACC71AFB9204008FA782 = {
631631
isa = PBXGroup;
632632
children = (
633+
607FACF51AFB993E008FA782 /* Podspec Metadata */,
633634
4A9B5AAF280B48C80033761B /* Sources */,
634635
4A9B5AAD280B484C0033761B /* Packages */,
635-
607FACF51AFB993E008FA782 /* Podspec Metadata */,
636636
607FACD21AFB9204008FA782 /* ButtonClickStyle */,
637637
607FACD11AFB9204008FA782 /* Products */,
638638
DAC04F657E8533F49312BD6B /* Pods */,
@@ -1054,7 +1054,7 @@
10541054
DEVELOPMENT_TEAM = Y7546NLJW9;
10551055
INFOPLIST_FILE = ButtonClickStyle/Info.plist;
10561056
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1057-
MARKETING_VERSION = 1.2.0;
1057+
MARKETING_VERSION = 1.2.1;
10581058
MODULE_NAME = ExampleApp;
10591059
PRODUCT_BUNDLE_IDENTIFIER = mrusta.ButtonClickStyle;
10601060
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1075,7 +1075,7 @@
10751075
DEVELOPMENT_TEAM = Y7546NLJW9;
10761076
INFOPLIST_FILE = ButtonClickStyle/Info.plist;
10771077
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1078-
MARKETING_VERSION = 1.2.0;
1078+
MARKETING_VERSION = 1.2.1;
10791079
MODULE_NAME = ExampleApp;
10801080
PRODUCT_BUNDLE_IDENTIFIER = mrusta.ButtonClickStyle;
10811081
PRODUCT_NAME = "$(TARGET_NAME)";

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// swift-tools-version:5.5
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

4-
import PackageDescrbiption
4+
import PackageDescription
55

66
let package = Package(
77
name: "ButtonClickStyle",

0 commit comments

Comments
 (0)