Skip to content

Commit

Permalink
Merge PR #136
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Nov 3, 2015
2 parents c7d0cc9 + c51b280 commit eb6d843
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# OHHTTPStubs — CHANGELOG

## [4.5.1](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.5.1)

* Added missing `tvOS` and `watchOS` platforms to the `Swift` subspec.
[@pantuspavel](https://github.com/pantuspavel), [#136](https://github.com/AliSoftware/OHHTTPStubs/pull/136)

## [4.5.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.5.0) — tvOS

* Added support for tvOS.
Expand Down
2 changes: 2 additions & 0 deletions OHHTTPStubs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Pod::Spec.new do |s|
s.subspec 'Swift' do |swift|
swift.ios.deployment_target = '8.0'
swift.osx.deployment_target = '10.9'
swift.watchos.deployment_target = '2.0'
swift.tvos.deployment_target = '9.0'

swift.dependency 'OHHTTPStubs/Core'
swift.source_files = "OHHTTPStubs/Sources/Swift/*.swift"
Expand Down

0 comments on commit eb6d843

Please sign in to comment.