Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Bump version to 2.1.4 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
nscoding authored Oct 6, 2016
1 parent 6a3f71f commit 9828758
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 2.1.4

- Swift 3 suppport (#194)
- Replace big macro with Objective-C method for easier debugging (#180)

## 2.1.3

- Allow to compile with Xcode 7 and Xcode 8 Swift 2.3 (#179)
Expand Down
4 changes: 2 additions & 2 deletions FBSnapshotTestCase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FBSnapshotTestCase"
s.version = "2.1.3"
s.version = "2.1.4"
s.summary = "Snapshot view unit tests for iOS"
s.description = <<-DESC
A "snapshot test case" takes a configured UIView or CALayer
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.author = 'Facebook'
s.source = { :git => "https://github.com/facebook/ios-snapshot-test-case.git",
:tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
s.frameworks = 'XCTest','UIKit','Foundation','QuartzCore'
Expand Down

0 comments on commit 9828758

Please sign in to comment.