From 47b21daec4b7a376187b34d32623a1373d011555 Mon Sep 17 00:00:00 2001 From: Reid Main Date: Fri, 28 Jun 2019 16:26:40 -0700 Subject: [PATCH] Fixed linting issues with the Podspec (#96) --- .swift-version | 1 - .travis.yml | 2 +- FBSnapshotTestCaseDemo/Podfile.lock | 4 ++-- iOSSnapshotTestCase.podspec | 3 ++- 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 32f3eaa..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -5.0.1 \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index e3bdb12..ccc7b08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: objective-c osx_image: xcode10.2 before_script: - - gem install cocoapods -v 1.7.2 --no-document + - gem install cocoapods -v 1.7.3 --no-document script: ./build.sh diff --git a/FBSnapshotTestCaseDemo/Podfile.lock b/FBSnapshotTestCaseDemo/Podfile.lock index 0694eb1..b5ff402 100644 --- a/FBSnapshotTestCaseDemo/Podfile.lock +++ b/FBSnapshotTestCaseDemo/Podfile.lock @@ -13,8 +13,8 @@ EXTERNAL SOURCES: :path: ".." SPEC CHECKSUMS: - iOSSnapshotTestCase: e2327510ffdcd92a71a8864465c0758e6eef3859 + iOSSnapshotTestCase: de1e49be9e60425fb0c3c70949c600f49c0d19c2 PODFILE CHECKSUM: 7497b446d0ae369712f3801ef5b32886254e66ef -COCOAPODS: 1.7.2 +COCOAPODS: 1.7.3 diff --git a/iOSSnapshotTestCase.podspec b/iOSSnapshotTestCase.podspec index ba62bb5..9d2e3a2 100644 --- a/iOSSnapshotTestCase.podspec +++ b/iOSSnapshotTestCase.podspec @@ -16,7 +16,8 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/uber/ios-snapshot-test-case.git", :tag => s.version.to_s } s.ios.deployment_target = '10.0' - s.tvos.deployment_target = '9.0' + s.tvos.deployment_target = '10.0' + s.swift_version = '5.0.1' s.requires_arc = true s.frameworks = 'XCTest','UIKit','Foundation','QuartzCore' s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }