forked from phimage/AlertController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNSAlertController.podspec
More file actions
26 lines (18 loc) · 1.75 KB
/
NSAlertController.podspec
File metadata and controls
26 lines (18 loc) · 1.75 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 = "NSAlertController"
s.version = "0.0.8"
s.summary = "Share information between your applications and extensions"
s.homepage = "https://github.com/phimage/AlertController"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = "MIT"
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.osx.deployment_target = '10.10'
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/phimage/AlertController.git", :tag => s.version }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "Sources/*.swift"
s.resources = ['Sources/*.{xib,icns}']
end