-
Notifications
You must be signed in to change notification settings - Fork 147
/
tuneup_js.podspec
52 lines (52 loc) · 2.19 KB
/
tuneup_js.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
44
45
46
47
48
49
50
51
52
Pod::Spec.new do |spec|
spec.name = 'tuneup_js'
spec.version = '1.2.3'
spec.license = { :type => 'MIT' }
spec.homepage = 'http://www.tuneupjs.org'
spec.authors = {
'Alex Vollmer' => '[email protected]',
'Aaron London' => '[email protected]',
'Anders Pikas' => '[email protected]',
'BAM' => '[email protected]',
'BJ Homer' => '[email protected]',
'Brandon Fosdick' => '[email protected]',
'Bruce Gordon' => '[email protected]',
'Faisal Memon' => '[email protected]',
'Genki Uehara' => '[email protected]',
'Ian Katz' => '[email protected]',
'Ian' => '[email protected]',
'Jerry Jaskierny' => '[email protected]',
'Kevin Connor' => '[email protected]',
'Thomas Deegan' => '[email protected]',
'Luke Deniston' => '[email protected]',
'Max Metral' => '[email protected]',
'Max Rabin' => '[email protected]',
'Michael Kamphausen' => '[email protected]',
'Mirko Beine' => '[email protected]',
'Ondrej Benes' => '[email protected]',
'PokerChang' => '[email protected]',
'Rob Booth' => '[email protected]',
'Ross Sharrott' => '[email protected]',
'Sebastian Ludwig' => '[email protected]',
'Stefan Haubold' => '[email protected]',
'Steve Moser' => '[email protected]',
'Tony Mann' => '[email protected]',
'Werner Huber' => '[email protected]',
'ap4y' => '[email protected]',
'giginet' => '[email protected]',
'hborders' => '[email protected]',
'julienp' => '[email protected]',
'kimiyash' => '[email protected]',
'kviksilver' => '[email protected]',
'mah' => '[email protected]',
'rpranata' => '[email protected]',
'shifu' => '[email protected]'
}
spec.summary = 'A JavaScript library to ease automated iOS UI testing with UIAutomation and Instruments.'
spec.source = {
:git => 'https://github.com/alexvollmer/tuneup_js.git',
:tag => '1.2.3'
}
spec.resources = '*.js', 'image_asserter', 'image_assertion.rb', 'test_runner/*'
spec.requires_arc = false
end