forked from forkingdog/FDFullscreenPopGesture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFDFullscreenPopGesture.podspec
More file actions
21 lines (19 loc) · 2.01 KB
/
FDFullscreenPopGesture.podspec
File metadata and controls
21 lines (19 loc) · 2.01 KB
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 = "FDFullscreenPopGesture_ysghome"
s.version = "1.1.1"
s.summary = "An UINavigationController's category to enable fullscreen pop gesture in iOS7+ system style with an AOP useage."
s.description = "An UINavigationController's category to enable fullscreen pop gesture in iOS7+ system style with an AOP useage. Just pod in 2 files and no need for any setups."
s.homepage = "https://github.com/forkingdog/FDFullscreenPopGesture"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = { :type => "MIT", :file => "LICENSE" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = { "forkingdog group" => "https://github.com/forkingdog" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios, "7.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/ysghome/FDFullscreenPopGesture.git", :tag => "1.1.1" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "FDFullscreenPopGesture/*.{h,m}"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.requires_arc = true
end