forked from IanKeen/DropBear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDropBearGen.podspec
34 lines (23 loc) · 1.8 KB
/
DropBearGen.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
Pod::Spec.new do |spec|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.name = 'DropBearGen'
spec.version = '0.10.0'
spec.homepage = 'https://github.com/IanKeen/DropBear'
spec.summary = 'A companion framework for DropBear that generates code for accessibility identifiers.'
spec.description = <<-DESC
A companion framework for DropBear that generates code for accessibility identifiers.
Catch broken tests right away using the compiler!
DESC
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.license = 'MIT'
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.author = { 'Ian Keen' => '[email protected]' }
spec.social_media_url = 'https://twitter.com/iankay'
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source = {
http: "#{spec.homepage}/releases/download/#{spec.version}/dropbeargen-#{spec.version}.zip"
}
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.preserve_paths = '*'
spec.exclude_files = '**/file.zip'
end