-
Notifications
You must be signed in to change notification settings - Fork 8
/
PFAboutWindow.podspec
43 lines (30 loc) · 2.97 KB
/
PFAboutWindow.podspec
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
43
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "PFAboutWindow"
s.version = "1.1.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),
* Change the background and text colors
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