-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFloatingPanel.podspec
23 lines (19 loc) · 1.02 KB
/
FloatingPanel.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "FloatingPanel"
s.version = "1.7.6"
s.summary = "FloatingPanel is a clean and easy-to-use UI component of a floating panel interface."
s.description = <<-DESC
FloatingPanel is a clean and easy-to-use UI component for a new interface introduced in Apple Maps, Shortcuts and Stocks app.
The new interface displays the related contents and utilities in parallel as a user wants.
DESC
s.homepage = "https://github.com/ekreative/FloatingPanel"
# s.screenshots = ""
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/ekreative/FloatingPanel.git" }
s.source_files = "Framework/Sources/*.swift"
s.swift_versions = ["4.0", "4.2", "5.0"]
s.framework = "UIKit"
s.author = { "Shin Yamamoto" => "[email protected]" }
s.license = { :type => "MIT", :file => "LICENSE" }
s.social_media_url = "https://twitter.com/scenee"
end