Skip to content

Commit bcc1efb

Browse files
fix ver 1.2.1
1 parent c454d5f commit bcc1efb

28 files changed

+55
-10
lines changed

ButtonClickStyle.podspec

Lines changed: 2 additions & 2 deletions
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.
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
3232
# s.ios.deployment_target = '14.0'
3333
s.platform = :ios, "14.0"
3434

35-
s.source_files = 'Source/ButtonClickStyle/**/*.{swift}'
35+
s.source_files = 'Sources/ButtonClickStyle/**/*.{swift}'
3636

3737
# s.resource_bundles = {
3838
# 'ButtonClickStyle' => ['ButtonClickStyle/Assets/*.png']

Example/ButtonClickStyle.xcodeproj/project.pbxproj

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
4A85B5BD2803EBFD00DFD435 /* TableAdapterView+DataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TableAdapterView+DataSource.swift"; sourceTree = "<group>"; };
194194
4A85B5BE2803EBFD00DFD435 /* TableAdapterView+ScrollDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TableAdapterView+ScrollDelegate.swift"; sourceTree = "<group>"; };
195195
4A85B5BF2803EBFD00DFD435 /* TableAdapterView+AddRefresh.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TableAdapterView+AddRefresh.swift"; sourceTree = "<group>"; };
196+
4A9B5AE4280B4E200033761B /* ButtonClickStyle */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ButtonClickStyle; path = ..; sourceTree = "<group>"; };
196197
4ADE26E22803837C00634B6C /* ExampleButtonsViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ExampleButtonsViewController.storyboard; sourceTree = "<group>"; };
197198
4ADE26E32803837C00634B6C /* ExampleButtonsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleButtonsViewController.swift; sourceTree = "<group>"; };
198199
4ADE26E6280383DC00634B6C /* ButtonClickStyle+Buttons.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ButtonClickStyle+Buttons.swift"; sourceTree = "<group>"; };
@@ -222,13 +223,13 @@
222223
/* End PBXFrameworksBuildPhase section */
223224

224225
/* Begin PBXGroup section */
225-
4A14CBC12803437C00DA8A68 /* Source */ = {
226+
4A14CBC12803437C00DA8A68 /* Sources */ = {
226227
isa = PBXGroup;
227228
children = (
228229
4A14CBC22803437C00DA8A68 /* ButtonClickStyle */,
229230
);
230-
name = Source;
231-
path = ../Source;
231+
name = Sources;
232+
path = ../Sources;
232233
sourceTree = "<group>";
233234
};
234235
4A14CBC22803437C00DA8A68 /* ButtonClickStyle */ = {
@@ -609,6 +610,14 @@
609610
path = ScreenIPad;
610611
sourceTree = "<group>";
611612
};
613+
4A9B5AE3280B4E200033761B /* Packages */ = {
614+
isa = PBXGroup;
615+
children = (
616+
4A9B5AE4280B4E200033761B /* ButtonClickStyle */,
617+
);
618+
name = Packages;
619+
sourceTree = "<group>";
620+
};
612621
4ADE26E12803837C00634B6C /* ExampleButtons */ = {
613622
isa = PBXGroup;
614623
children = (
@@ -621,7 +630,8 @@
621630
607FACC71AFB9204008FA782 = {
622631
isa = PBXGroup;
623632
children = (
624-
4A14CBC12803437C00DA8A68 /* Source */,
633+
4A9B5AE3280B4E200033761B /* Packages */,
634+
4A14CBC12803437C00DA8A68 /* Sources */,
625635
607FACF51AFB993E008FA782 /* Podspec Metadata */,
626636
607FACD21AFB9204008FA782 /* ButtonClickStyle */,
627637
607FACD11AFB9204008FA782 /* Products */,
@@ -1044,7 +1054,7 @@
10441054
DEVELOPMENT_TEAM = Y7546NLJW9;
10451055
INFOPLIST_FILE = ButtonClickStyle/Info.plist;
10461056
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1047-
MARKETING_VERSION = 1.2.0;
1057+
MARKETING_VERSION = 1.2.1;
10481058
MODULE_NAME = ExampleApp;
10491059
PRODUCT_BUNDLE_IDENTIFIER = mrusta.ButtonClickStyle;
10501060
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1065,7 +1075,7 @@
10651075
DEVELOPMENT_TEAM = Y7546NLJW9;
10661076
INFOPLIST_FILE = ButtonClickStyle/Info.plist;
10671077
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1068-
MARKETING_VERSION = 1.2.0;
1078+
MARKETING_VERSION = 1.2.1;
10691079
MODULE_NAME = ExampleApp;
10701080
PRODUCT_BUNDLE_IDENTIFIER = mrusta.ButtonClickStyle;
10711081
PRODUCT_NAME = "$(TARGET_NAME)";

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Package.swift

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
// swift-tools-version:5.5
2+
// The swift-tools-version declares the minimum version of Swift required to build this package.
3+
4+
import PackageDescription
5+
6+
let package = Package(
7+
name: "ButtonClickStyle",
8+
platforms: [
9+
// Add support for all platforms starting from a specific version.
10+
.iOS(.v14),
11+
],
12+
products: [
13+
// Products define the executables and libraries a package produces, and make them visible to other packages.
14+
.library(
15+
name: "ButtonClickStyle",
16+
targets: ["ButtonClickStyle"]),
17+
],
18+
dependencies: [
19+
// Dependencies declare other packages that this package depends on.
20+
// .package(url: /* package url */, from: "1.0.0"),
21+
],
22+
targets: [
23+
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
24+
// Targets can depend on other targets in this package, and on products in packages this package depends on.
25+
.target(
26+
name: "ButtonClickStyle",
27+
dependencies: []),
28+
]
29+
)

Source/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewAlpha.swift renamed to Sources/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewAlpha.swift

File renamed without changes.

Source/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewAndroidPulse.swift renamed to Sources/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewAndroidPulse.swift

File renamed without changes.

Source/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewColor.swift renamed to Sources/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewColor.swift

File renamed without changes.

Source/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewColorFlat.swift renamed to Sources/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewColorFlat.swift

File renamed without changes.

Source/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewFlash.swift renamed to Sources/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewFlash.swift

File renamed without changes.

Source/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewGlare.swift renamed to Sources/ButtonClickStyle/Animations/ButtonClickStyleAnim+UIViewGlare.swift

File renamed without changes.

0 commit comments

Comments
 (0)