Skip to content

Commit 5a3b8db

Browse files
author
Niil Öhlin
committed
Add cocoapods support
1 parent bbdb6c3 commit 5a3b8db

File tree

3 files changed

+159
-59
lines changed

3 files changed

+159
-59
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source "https://rubygems.org"
22

33
gem "fastlane"
4+
gem 'cocoapods'
45
gem "xcov"

Gemfile.lock

Lines changed: 143 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,123 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.1)
4+
CFPropertyList (3.0.2)
5+
activesupport (4.2.11.3)
6+
i18n (~> 0.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
510
addressable (2.7.0)
611
public_suffix (>= 2.0.2, < 5.0)
12+
algoliasearch (1.27.3)
13+
httpclient (~> 2.8, >= 2.8.3)
14+
json (>= 1.5.1)
715
atomos (0.1.3)
16+
aws-eventstream (1.1.0)
17+
aws-partitions (1.342.0)
18+
aws-sdk-core (3.104.0)
19+
aws-eventstream (~> 1, >= 1.0.2)
20+
aws-partitions (~> 1, >= 1.239.0)
21+
aws-sigv4 (~> 1.1)
22+
jmespath (~> 1.0)
23+
aws-sdk-kms (1.36.0)
24+
aws-sdk-core (~> 3, >= 3.99.0)
25+
aws-sigv4 (~> 1.1)
26+
aws-sdk-s3 (1.74.0)
27+
aws-sdk-core (~> 3, >= 3.102.1)
28+
aws-sdk-kms (~> 1)
29+
aws-sigv4 (~> 1.1)
30+
aws-sigv4 (1.2.1)
31+
aws-eventstream (~> 1, >= 1.0.2)
832
babosa (1.0.3)
933
claide (1.0.3)
34+
cocoapods (1.9.3)
35+
activesupport (>= 4.0.2, < 5)
36+
claide (>= 1.0.2, < 2.0)
37+
cocoapods-core (= 1.9.3)
38+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
39+
cocoapods-downloader (>= 1.2.2, < 2.0)
40+
cocoapods-plugins (>= 1.0.0, < 2.0)
41+
cocoapods-search (>= 1.0.0, < 2.0)
42+
cocoapods-stats (>= 1.0.0, < 2.0)
43+
cocoapods-trunk (>= 1.4.0, < 2.0)
44+
cocoapods-try (>= 1.1.0, < 2.0)
45+
colored2 (~> 3.1)
46+
escape (~> 0.0.4)
47+
fourflusher (>= 2.3.0, < 3.0)
48+
gh_inspector (~> 1.0)
49+
molinillo (~> 0.6.6)
50+
nap (~> 1.0)
51+
ruby-macho (~> 1.4)
52+
xcodeproj (>= 1.14.0, < 2.0)
53+
cocoapods-core (1.9.3)
54+
activesupport (>= 4.0.2, < 6)
55+
algoliasearch (~> 1.0)
56+
concurrent-ruby (~> 1.1)
57+
fuzzy_match (~> 2.0.4)
58+
nap (~> 1.0)
59+
netrc (~> 0.11)
60+
typhoeus (~> 1.0)
61+
cocoapods-deintegrate (1.0.4)
62+
cocoapods-downloader (1.3.0)
63+
cocoapods-plugins (1.0.0)
64+
nap
65+
cocoapods-search (1.0.0)
66+
cocoapods-stats (1.1.0)
67+
cocoapods-trunk (1.5.0)
68+
nap (>= 0.8, < 2.0)
69+
netrc (~> 0.11)
70+
cocoapods-try (1.2.0)
1071
colored (1.2)
1172
colored2 (3.1.2)
1273
commander-fastlane (4.4.6)
1374
highline (~> 1.7.2)
14-
declarative (0.0.10)
75+
concurrent-ruby (1.1.6)
76+
declarative (0.0.20)
1577
declarative-option (0.1.0)
16-
digest-crc (0.4.1)
78+
digest-crc (0.6.1)
79+
rake (~> 13.0)
1780
domain_name (0.5.20190701)
1881
unf (>= 0.0.5, < 1.0.0)
19-
dotenv (2.7.5)
20-
emoji_regex (1.0.1)
21-
excon (0.67.0)
22-
faraday (0.15.4)
82+
dotenv (2.7.6)
83+
emoji_regex (3.0.0)
84+
escape (0.0.4)
85+
ethon (0.12.0)
86+
ffi (>= 1.3.0)
87+
excon (0.75.0)
88+
faraday (0.17.3)
2389
multipart-post (>= 1.2, < 3)
2490
faraday-cookie_jar (0.0.6)
2591
faraday (>= 0.7.4)
2692
http-cookie (~> 1.0.0)
27-
faraday_middleware (0.13.1)
93+
faraday_middleware (0.14.0)
2894
faraday (>= 0.7.4, < 1.0)
2995
fastimage (2.1.7)
30-
fastlane (2.133.0)
96+
fastlane (2.152.0)
3197
CFPropertyList (>= 2.3, < 4.0.0)
3298
addressable (>= 2.3, < 3.0.0)
33-
babosa (>= 1.0.2, < 2.0.0)
99+
aws-sdk-s3 (~> 1.0)
100+
babosa (>= 1.0.3, < 2.0.0)
34101
bundler (>= 1.12.0, < 3.0.0)
35102
colored
36103
commander-fastlane (>= 4.4.6, < 5.0.0)
37104
dotenv (>= 2.1.1, < 3.0.0)
38-
emoji_regex (>= 0.1, < 2.0)
39-
excon (>= 0.45.0, < 1.0.0)
40-
faraday (< 0.16.0)
105+
emoji_regex (>= 0.1, < 4.0)
106+
excon (>= 0.71.0, < 1.0.0)
107+
faraday (>= 0.17, < 1.0)
41108
faraday-cookie_jar (~> 0.0.6)
42-
faraday_middleware (< 0.16.0)
109+
faraday_middleware (>= 0.13.1, < 2.0)
43110
fastimage (>= 2.1.0, < 3.0.0)
44111
gh_inspector (>= 1.1.2, < 2.0.0)
45-
google-api-client (>= 0.21.2, < 0.24.0)
112+
google-api-client (>= 0.37.0, < 0.39.0)
46113
google-cloud-storage (>= 1.15.0, < 2.0.0)
47114
highline (>= 1.7.2, < 2.0.0)
48115
json (< 3.0.0)
49-
jwt (~> 2.1.0)
116+
jwt (>= 2.1.0, < 3)
50117
mini_magick (>= 4.9.4, < 5.0.0)
51-
multi_xml (~> 0.5)
52118
multipart-post (~> 2.0.0)
53119
plist (>= 3.1.0, < 4.0.0)
54-
public_suffix (~> 2.0.0)
55-
rubyzip (>= 1.3.0, < 2.0.0)
120+
rubyzip (>= 2.0.0, < 3.0.0)
56121
security (= 0.1.3)
57122
simctl (~> 1.6.3)
58123
slack-notifier (>= 2.0.0, < 3.0.0)
@@ -61,108 +126,127 @@ GEM
61126
tty-screen (>= 0.6.3, < 1.0.0)
62127
tty-spinner (>= 0.8.0, < 1.0.0)
63128
word_wrap (~> 1.0.0)
64-
xcodeproj (>= 1.8.1, < 2.0.0)
129+
xcodeproj (>= 1.13.0, < 2.0.0)
65130
xcpretty (~> 0.3.0)
66131
xcpretty-travis-formatter (>= 0.0.3)
132+
ffi (1.13.1)
133+
fourflusher (2.3.1)
134+
fuzzy_match (2.0.4)
67135
gh_inspector (1.1.3)
68-
google-api-client (0.23.9)
136+
google-api-client (0.38.0)
69137
addressable (~> 2.5, >= 2.5.1)
70-
googleauth (>= 0.5, < 0.7.0)
138+
googleauth (~> 0.9)
71139
httpclient (>= 2.8.1, < 3.0)
72-
mime-types (~> 3.0)
140+
mini_mime (~> 1.0)
73141
representable (~> 3.0)
74142
retriable (>= 2.0, < 4.0)
75-
signet (~> 0.9)
76-
google-cloud-core (1.3.1)
143+
signet (~> 0.12)
144+
google-cloud-core (1.5.0)
77145
google-cloud-env (~> 1.0)
78-
google-cloud-env (1.2.1)
79-
faraday (~> 0.11)
80-
google-cloud-storage (1.16.0)
146+
google-cloud-errors (~> 1.0)
147+
google-cloud-env (1.3.3)
148+
faraday (>= 0.17.3, < 2.0)
149+
google-cloud-errors (1.0.1)
150+
google-cloud-storage (1.26.2)
151+
addressable (~> 2.5)
81152
digest-crc (~> 0.4)
82-
google-api-client (~> 0.23)
153+
google-api-client (~> 0.33)
83154
google-cloud-core (~> 1.2)
84-
googleauth (>= 0.6.2, < 0.10.0)
85-
googleauth (0.6.7)
86-
faraday (~> 0.12)
155+
googleauth (~> 0.9)
156+
mini_mime (~> 1.0)
157+
googleauth (0.13.0)
158+
faraday (>= 0.17.3, < 2.0)
87159
jwt (>= 1.4, < 3.0)
88160
memoist (~> 0.16)
89161
multi_json (~> 1.11)
90162
os (>= 0.9, < 2.0)
91-
signet (~> 0.7)
163+
signet (~> 0.14)
92164
highline (1.7.10)
93165
http-cookie (1.0.3)
94166
domain_name (~> 0.5)
95167
httpclient (2.8.3)
96-
json (2.2.0)
97-
jwt (2.1.0)
98-
memoist (0.16.0)
99-
mime-types (3.3)
100-
mime-types-data (~> 3.2015)
101-
mime-types-data (3.2019.0904)
102-
mini_magick (4.9.5)
103-
multi_json (1.13.1)
104-
multi_xml (0.6.0)
168+
i18n (0.9.5)
169+
concurrent-ruby (~> 1.0)
170+
jmespath (1.4.0)
171+
json (2.3.1)
172+
jwt (2.2.1)
173+
memoist (0.16.2)
174+
mini_magick (4.10.1)
175+
mini_mime (1.0.2)
176+
minitest (5.14.1)
177+
molinillo (0.6.6)
178+
multi_json (1.15.0)
105179
multipart-post (2.0.0)
106180
nanaimo (0.2.6)
181+
nap (1.1.0)
107182
naturally (2.2.0)
108-
os (1.0.1)
183+
netrc (0.11.0)
184+
os (1.1.0)
109185
plist (3.5.0)
110-
public_suffix (2.0.5)
186+
public_suffix (4.0.5)
187+
rake (13.0.1)
111188
representable (3.0.4)
112189
declarative (< 0.1.0)
113190
declarative-option (< 0.2.0)
114191
uber (< 0.2.0)
115192
retriable (3.1.2)
116193
rouge (2.0.7)
117-
rubyzip (1.3.0)
194+
ruby-macho (1.4.0)
195+
rubyzip (2.3.0)
118196
security (0.1.3)
119-
signet (0.11.0)
197+
signet (0.14.0)
120198
addressable (~> 2.3)
121-
faraday (~> 0.9)
199+
faraday (>= 0.17.3, < 2.0)
122200
jwt (>= 1.5, < 3.0)
123201
multi_json (~> 1.10)
124-
simctl (1.6.6)
202+
simctl (1.6.8)
125203
CFPropertyList
126204
naturally
127205
slack-notifier (2.3.2)
128206
terminal-notifier (2.0.0)
129207
terminal-table (1.8.0)
130208
unicode-display_width (~> 1.1, >= 1.1.1)
131-
tty-cursor (0.7.0)
132-
tty-screen (0.7.0)
133-
tty-spinner (0.9.1)
209+
thread_safe (0.3.6)
210+
tty-cursor (0.7.1)
211+
tty-screen (0.8.0)
212+
tty-spinner (0.9.3)
134213
tty-cursor (~> 0.7)
214+
typhoeus (1.4.0)
215+
ethon (>= 0.9.0)
216+
tzinfo (1.2.7)
217+
thread_safe (~> 0.1)
135218
uber (0.1.0)
136219
unf (0.1.4)
137220
unf_ext
138-
unf_ext (0.0.7.6)
139-
unicode-display_width (1.6.0)
221+
unf_ext (0.0.7.7)
222+
unicode-display_width (1.7.0)
140223
word_wrap (1.0.0)
141-
xcodeproj (1.12.0)
224+
xcodeproj (1.17.0)
142225
CFPropertyList (>= 2.3.3, < 4.0)
143226
atomos (~> 0.1.3)
144227
claide (>= 1.0.2, < 2.0)
145228
colored2 (~> 3.1)
146229
nanaimo (~> 0.2.6)
147-
xcov (1.6.0)
148-
fastlane (>= 2.82.0, < 3.0.0)
230+
xcov (1.7.3)
231+
fastlane (>= 2.141.0, < 3.0.0)
149232
multipart-post
150233
slack-notifier
151234
terminal-table
152235
xcodeproj
153-
xcresult (~> 0.1.1)
236+
xcresult (~> 0.2.0)
154237
xcpretty (0.3.0)
155238
rouge (~> 2.0.7)
156239
xcpretty-travis-formatter (1.0.0)
157240
xcpretty (~> 0.2, >= 0.0.7)
158-
xcresult (0.1.1)
241+
xcresult (0.2.1)
159242

160243
PLATFORMS
161244
ruby
162245

163246
DEPENDENCIES
247+
cocoapods
164248
fastlane
165249
xcov
166250

167251
BUNDLED WITH
168-
1.17.2
252+
2.1.4

Tenta.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'Tenta'
3+
s.version = '0.5.0'
4+
s.summary = 'Property based testing made easy'
5+
s.description = 'Simple property based testing library for swift'
6+
s.swift_version = '5.1'
7+
s.homepage = 'https://github.com/niilohlin/Tenta'
8+
s.license = { :type => 'MIT', :file => 'LICENSE' }
9+
s.author = { 'niilohlin' => '[email protected]' }
10+
s.source = { :git => 'https://github.com/niilohlin/Tenta.git', :tag => s.version.to_s }
11+
s.ios.deployment_target = '11.0'
12+
s.source_files = 'Tenta/*.{swift,plist}'
13+
s.resources = 'Tenta/*.txt'
14+
s.frameworks = 'XCTest','UIKit','Foundation'
15+
end

0 commit comments

Comments
 (0)