-
Notifications
You must be signed in to change notification settings - Fork 511
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps Kiwi deployment targets to the minimum allowed nowadays (iOS 8.…
…0 and MacOSX 10.8)
- Loading branch information
Edu Caselles
committed
Jan 10, 2018
1 parent
f862861
commit 500dc81
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,13 +16,12 @@ Pod::Spec.new do |s| | |
'Adam Sharp' => '[email protected]', | ||
} | ||
|
||
s.ios.deployment_target = '5.1.1' | ||
s.osx.deployment_target = '10.7' | ||
s.ios.deployment_target = '8.0' | ||
s.osx.deployment_target = '10.8' | ||
|
||
s.framework = 'XCTest' | ||
s.source_files = 'Classes/**/*.{h,m}' | ||
s.requires_arc = true | ||
s.prefix_header_contents = '#import <XCTest/XCTest.h>' | ||
|
||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters