Skip to content

Commit 954b71a

Browse files
committed
Add CocoaPods support
1 parent e003b8d commit 954b71a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

SwiftUICardStack.podspec

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'SwiftUICardStack'
3+
s.version = '0.0.1'
4+
s.summary = 'A easy-to-use SwiftUI view for Tinder like cards on iOS, macOS & watchOS.'
5+
6+
s.homepage = 'https://github.com/dadalar/SwiftUI-CardStackView'
7+
s.license = { :type => 'MIT', :file => 'LICENSE' }
8+
s.author = { 'Deniz Adalar' => '[email protected]' }
9+
s.source = { :git => 'https://github.com/dadalar/SwiftUI-CardStackView.git', :tag => s.version.to_s }
10+
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+
16+
s.source_files = 'Sources/**/*'
17+
18+
end

0 commit comments

Comments
 (0)