forked from exyte/Shuffle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShuffle-iOS.podspec
More file actions
21 lines (16 loc) · 742 Bytes
/
Shuffle-iOS.podspec
File metadata and controls
21 lines (16 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "Shuffle-iOS"
s.version = "0.5.0"
s.platform = :ios, "9.0"
s.summary = "A multi-directional card swiping library inspired by Tinder"
s.description = <<-DESC
A multi-directional card swiping library inspired by Tinder.
DESC
s.homepage = "https://github.com/mac-gallagher/Shuffle"
s.documentation_url = "https://github.com/mac-gallagher/Shuffle/tree/master/README.md"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Mac Gallagher" => "jmgallagher36@gmail.com" }
s.source = { :git => "https://github.com/mac-gallagher/Shuffle.git", :tag => "v" + s.version.to_s }
s.swift_version = "5.0"
s.source_files = "Sources/Shuffle/Classes/**/*.{h,swift}"
end