Skip to content

Commit 77d5bb4

Browse files
committed
#2 Fix: Pod and SwiftPM have different module names
1 parent fc2441b commit 77d5bb4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

SwiftUICardStack.podspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftUICardStack'
3-
s.version = '0.0.3'
3+
s.version = '0.0.4'
44
s.summary = 'A easy-to-use SwiftUI view for Tinder like cards on iOS, macOS & watchOS.'
55

66
s.homepage = 'https://github.com/dadalar/SwiftUI-CardStackView'
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.author = { 'Deniz Adalar' => '[email protected]' }
99
s.source = { :git => 'https://github.com/dadalar/SwiftUI-CardStackView.git', :tag => s.version.to_s }
1010

11-
s.ios.deployment_target = '13.0'
12-
s.osx.deployment_target = '10.15'
13-
s.watchos.deployment_target = '6.0'
14-
s.swift_version = '5.1'
11+
s.ios.deployment_target = '13.0'
12+
s.osx.deployment_target = '10.15'
13+
s.watchos.deployment_target = '6.0'
14+
s.swift_version = '5.1'
15+
s.module_name = 'CardStack'
1516

1617
s.source_files = 'Sources/**/*'
1718

0 commit comments

Comments
 (0)