File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::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
You can’t perform that action at this time.
0 commit comments