Skip to content

Commit

Permalink
Merge pull request #9 from felixscheinost/feature/podspec
Browse files Browse the repository at this point in the history
Fix Podspec: Can’t include watchos because XCTest isn’t available there
  • Loading branch information
felixscheinost authored Mar 22, 2019
2 parents 84ae978 + 4fc000d commit ad7ce17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BlackNest.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'BlackNest'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'Reusable Testing'

s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/symentis/BlackNest.git', :tag => s.version.to_s }

s.ios.deployment_target = '10.0'
s.watchos.deployment_target = '4.0'
s.source_files = 'BlackNest/*.swift'
s.frameworks = 'XCTest'
s.swift_version = '4.2'
end
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ Named after [Black-nest Swiftlet](https://en.wikipedia.org/wiki/Black-nest_swift

# Requirements
Swift 4
Swift 4.2

# Installation

### CocoaPods

```
pod 'BlackNest', '1.0.1'
pod 'BlackNest', '1.0.2'
```


Expand Down

0 comments on commit ad7ce17

Please sign in to comment.