Skip to content

Commit 47b21da

Browse files
author
Reid Main
authored
Fixed linting issues with the Podspec (#96)
1 parent 21762af commit 47b21da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: objective-c
22
osx_image: xcode10.2
33
before_script:
4-
- gem install cocoapods -v 1.7.2 --no-document
4+
- gem install cocoapods -v 1.7.3 --no-document
55
script:
66
./build.sh

FBSnapshotTestCaseDemo/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ EXTERNAL SOURCES:
1313
:path: ".."
1414

1515
SPEC CHECKSUMS:
16-
iOSSnapshotTestCase: e2327510ffdcd92a71a8864465c0758e6eef3859
16+
iOSSnapshotTestCase: de1e49be9e60425fb0c3c70949c600f49c0d19c2
1717

1818
PODFILE CHECKSUM: 7497b446d0ae369712f3801ef5b32886254e66ef
1919

20-
COCOAPODS: 1.7.2
20+
COCOAPODS: 1.7.3

iOSSnapshotTestCase.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Pod::Spec.new do |s|
1616
s.source = { :git => "https://github.com/uber/ios-snapshot-test-case.git",
1717
:tag => s.version.to_s }
1818
s.ios.deployment_target = '10.0'
19-
s.tvos.deployment_target = '9.0'
19+
s.tvos.deployment_target = '10.0'
20+
s.swift_version = '5.0.1'
2021
s.requires_arc = true
2122
s.frameworks = 'XCTest','UIKit','Foundation','QuartzCore'
2223
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }

0 commit comments

Comments
 (0)