Skip to content

Commit b3ee377

Browse files
committed
Remove ds store
1 parent c2cc52b commit b3ee377

6 files changed

Lines changed: 5 additions & 3 deletions

File tree

.DS_Store

-6 KB
Binary file not shown.

CustomizableSegmentedControl.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CustomizableSegmentedControl'
3-
s.version = '0.1.0'
3+
s.version = '1.2.0'
44
s.summary = 'If you're bored with standard segmented control, this framework is for you! CustomizableSegmentedControl is a customizable segmented control written in SwiftUI 2.0.'
55
s.homepage = 'https://github.com/Inxel/CustomizableSegmentedControl'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

Example/.DS_Store

-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

Package.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ let package = Package(
99
products: [
1010
.library(
1111
name: "CustomizableSegmentedControl",
12-
targets: ["CustomizableSegmentedControl"]),
12+
targets: ["CustomizableSegmentedControl"]
13+
),
1314
],
1415
targets: [
1516
.target(
1617
name: "CustomizableSegmentedControl",
17-
dependencies: [])
18+
dependencies: []
19+
)
1820
]
1921
)

Sources/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)