-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathCustomSegue.podspec
More file actions
26 lines (18 loc) · 1.74 KB
/
CustomSegue.podspec
File metadata and controls
26 lines (18 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "CustomSegue"
s.version = "4.0.0"
s.summary = "Custom segue for OSX Storyboards with slide and cross fade effects"
s.homepage = "https://github.com/phimage/CustomSegue"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = "MIT"
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = { "phimage" => "eric.marchand.n7@gmail.com" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.osx.deployment_target = '10.11'
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/phimage/CustomSegue.git", :tag => s.version }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "Sources/*.swift"
# s.swift_version = '5.0'
end