Skip to content

Commit

Permalink
Fixed linting issues with the Podspec (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reid Main authored Jun 28, 2019
1 parent 21762af commit 47b21da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions FBSnapshotTestCaseDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ EXTERNAL SOURCES:
:path: ".."

SPEC CHECKSUMS:
iOSSnapshotTestCase: e2327510ffdcd92a71a8864465c0758e6eef3859
iOSSnapshotTestCase: de1e49be9e60425fb0c3c70949c600f49c0d19c2

PODFILE CHECKSUM: 7497b446d0ae369712f3801ef5b32886254e66ef

COCOAPODS: 1.7.2
COCOAPODS: 1.7.3
3 changes: 2 additions & 1 deletion iOSSnapshotTestCase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 47b21da

Please sign in to comment.