forked from perfaram/PFAboutWindow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPFAboutWindow.podspec
More file actions
42 lines (29 loc) · 2.91 KB
/
PFAboutWindow.podspec
File metadata and controls
42 lines (29 loc) · 2.91 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "PFAboutWindow"
s.version = "1.0.1"
s.summary = "A replacement for the 'About' dialog."
s.description = <<-DESC
A sleek replacement for the otherwise bleak 'About' dialog.
Its nice, looks like xCode6's one, and offers the following abilities
* Open the app's website by clicking its (big) icon (in the dialog) (see Usage below)
* Extend the dialog to show the 'License Agreement', or
* The 'Acknowledgments' (see Content below)
* Translate the button's text (see Localization below)
DESC
s.homepage = "https://github.com/perfaram/PFAboutWindow"
s.screenshots = "https://raw.githubusercontent.com/perfaram/PFAboutWindow/master/screenshots/PFAboutWindow.gif"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = "MIT"
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = "Perceval FARAMAZ"
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.osx.deployment_target = "10.9"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/perfaram/PFAboutWindow.git" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "PFAboutWindow/**/*.{h,m,xib}"
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
end