Skip to content

Commit 4510093

Browse files
author
Josh Holtz
committed
Fixes for podspec
1 parent a05d077 commit 4510093

File tree

3 files changed

+57
-17
lines changed

3 files changed

+57
-17
lines changed

Gemfile

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

3+
gem "cocoapods"
34
gem "fastlane"

Gemfile.lock

Lines changed: 55 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,37 @@ GEM
1313
fastlane_core (>= 0.29.1, < 1.0.0)
1414
spaceship (>= 0.22.0, < 1.0.0)
1515
claide (1.0.0)
16+
cocoapods (1.0.1)
17+
activesupport (>= 4.0.2)
18+
claide (>= 1.0.0, < 2.0)
19+
cocoapods-core (= 1.0.1)
20+
cocoapods-deintegrate (>= 1.0.0, < 2.0)
21+
cocoapods-downloader (>= 1.0.0, < 2.0)
22+
cocoapods-plugins (>= 1.0.0, < 2.0)
23+
cocoapods-search (>= 1.0.0, < 2.0)
24+
cocoapods-stats (>= 1.0.0, < 2.0)
25+
cocoapods-trunk (>= 1.0.0, < 2.0)
26+
cocoapods-try (>= 1.0.0, < 2.0)
27+
colored (~> 1.2)
28+
escape (~> 0.0.4)
29+
fourflusher (~> 0.3.0)
30+
molinillo (~> 0.4.5)
31+
nap (~> 1.0)
32+
xcodeproj (>= 1.1.0, < 2.0)
33+
cocoapods-core (1.0.1)
34+
activesupport (>= 4.0.2)
35+
fuzzy_match (~> 2.0.4)
36+
nap (~> 1.0)
37+
cocoapods-deintegrate (1.0.0)
38+
cocoapods-downloader (1.0.0)
39+
cocoapods-plugins (1.0.0)
40+
nap
41+
cocoapods-search (1.0.0)
42+
cocoapods-stats (1.0.0)
43+
cocoapods-trunk (1.0.0)
44+
nap (>= 0.8, < 2.0)
45+
netrc (= 0.7.8)
46+
cocoapods-try (1.0.0)
1647
colored (1.2)
1748
commander (4.3.5)
1849
highline (~> 1.7.2)
@@ -21,15 +52,16 @@ GEM
2152
commander (>= 4.3.5)
2253
highline (>= 1.7.1)
2354
security
24-
deliver (1.12.0)
55+
deliver (1.13.1)
2556
credentials_manager (>= 0.16.0, < 1.0.0)
2657
fastimage (~> 1.6)
27-
fastlane_core (>= 0.43.1, < 1.0.0)
58+
fastlane_core (>= 0.46.2, < 1.0.0)
2859
plist (~> 3.1.0)
2960
spaceship (>= 0.26.2, < 1.0.0)
3061
domain_name (0.5.20160310)
3162
unf (>= 0.0.5, < 1.0.0)
3263
dotenv (2.1.1)
64+
escape (0.0.4)
3365
excon (0.45.4)
3466
faraday (0.9.2)
3567
multipart-post (>= 1.2, < 3)
@@ -40,34 +72,36 @@ GEM
4072
faraday (>= 0.7.4, < 0.10)
4173
fastimage (1.6.8)
4274
addressable (~> 2.3, >= 2.3.5)
43-
fastlane (1.91.0)
75+
fastlane (1.93.1)
4476
addressable (~> 2.3)
77+
bundler (~> 1.12)
4578
cert (>= 1.4.1, < 2.0.0)
4679
credentials_manager (>= 0.16.0, < 1.0.0)
47-
deliver (>= 1.11.3, < 2.0.0)
48-
fastlane_core (>= 0.44.2, < 1.0.0)
49-
frameit (>= 2.6.2, < 3.0.0)
80+
deliver (>= 1.12.0, < 2.0.0)
81+
fastlane_core (>= 0.46.0, < 1.0.0)
82+
frameit (>= 2.7.0, < 3.0.0)
5083
gym (>= 1.6.3, < 2.0.0)
5184
krausefx-shenzhen (>= 0.14.7)
5285
match (>= 0.6.0, < 1.0.0)
5386
multipart-post (~> 2.0.0)
5487
pem (>= 1.3.1, < 2.0.0)
55-
pilot (>= 1.7.0, < 2.0.0)
88+
pilot (>= 1.8.0, < 2.0.0)
5689
plist (~> 3.1.0)
5790
produce (>= 1.1.2, < 2.0.0)
5891
scan (>= 0.7.1, < 1.0.0)
5992
screengrab (>= 0.3.2, < 1.0.0)
6093
sigh (>= 1.8.0, < 2.0.0)
6194
slack-notifier (~> 1.3)
62-
snapshot (>= 1.12.1, < 2.0.0)
95+
snapshot (>= 1.12.3, < 2.0.0)
6396
spaceship (>= 0.27.1, < 1.0.0)
6497
supply (>= 0.7.0, < 1.0.0)
6598
terminal-notifier (~> 1.6.2)
6699
terminal-table (~> 1.4.5)
100+
word_wrap (~> 1.0.0)
67101
xcode-install (~> 1.4.0)
68102
xcodeproj (>= 0.20, < 2.0.0)
69103
xcpretty (>= 0.2.1)
70-
fastlane_core (0.45.0)
104+
fastlane_core (0.46.2)
71105
babosa
72106
colored
73107
commander (= 4.3.5)
@@ -79,11 +113,13 @@ GEM
79113
plist (~> 3.1)
80114
rubyzip (~> 1.1.6)
81115
terminal-table (~> 1.4.5)
82-
frameit (2.6.2)
116+
fourflusher (0.3.1)
117+
frameit (2.7.0)
83118
deliver (> 0.3)
84119
fastimage (~> 1.6.3)
85120
fastlane_core (>= 0.36.1, < 1.0.0)
86121
mini_magick (~> 4.5.1)
122+
fuzzy_match (2.0.4)
87123
google-api-client (0.9.8)
88124
addressable (~> 2.3)
89125
googleauth (~> 0.5)
@@ -145,19 +181,22 @@ GEM
145181
mime-types-data (3.2016.0521)
146182
mini_magick (4.5.1)
147183
minitest (5.9.0)
184+
molinillo (0.4.5)
148185
multi_json (1.12.1)
149186
multi_xml (0.5.5)
150187
multipart-post (2.0.0)
188+
nap (1.1.0)
151189
net-sftp (2.1.2)
152190
net-ssh (>= 2.6.5)
153191
net-ssh (3.1.1)
192+
netrc (0.7.8)
154193
os (0.9.6)
155194
pem (1.3.1)
156195
fastlane_core (>= 0.43.1, < 1.0.0)
157196
spaceship (>= 0.26.2, < 1.0.0)
158-
pilot (1.8.0)
197+
pilot (1.9.2)
159198
credentials_manager (>= 0.3.0)
160-
fastlane_core (>= 0.41.2, < 1.0.0)
199+
fastlane_core (>= 0.46.2, < 1.0.0)
161200
spaceship (>= 0.27.0, < 1.0.0)
162201
terminal-table (~> 1.4.5)
163202
plist (3.1.0)
@@ -216,10 +255,11 @@ GEM
216255
unf (0.1.4)
217256
unf_ext
218257
unf_ext (0.0.7.2)
258+
word_wrap (1.0.0)
219259
xcode-install (1.4.0)
220260
claide (>= 0.9.1, < 1.1.0)
221261
spaceship (>= 0.25.1, < 1.0.0)
222-
xcodeproj (1.0.0)
262+
xcodeproj (1.1.0)
223263
activesupport (>= 3)
224264
claide (>= 1.0.0, < 2.0)
225265
colored (~> 1.2)
@@ -232,10 +272,8 @@ PLATFORMS
232272
ruby
233273

234274
DEPENDENCIES
275+
cocoapods
235276
fastlane
236277

237-
RUBY VERSION
238-
ruby 2.2.3p173
239-
240278
BUNDLED WITH
241-
1.12.4
279+
1.12.5

SentrySwift.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Pod::Spec.new do |s|
1212
s.tvos.deployment_target = "9.0"
1313

1414
s.source_files = "Sources/**/*.{h,m,swift}"
15+
s.osx.exclude_files = "Sources/**/KSCrashhandler.swift"
1516

1617
s.ios.dependency 'KSCrash', '~> 1.5'
1718
s.tvos.dependency 'KSCrash', '~> 1.5'

0 commit comments

Comments
 (0)