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

Commit

Permalink
Mimimum target OS version to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morizotter committed Mar 17, 2018
1 parent 12d27c4 commit 1392156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ It's fun!
## Runtime Requirements

- Swift 4.0
- Xcode 9.0
- iOS8.0 or later
- Xcode 9.2
- iOS9.0 or later

TouchVisualizer works with Swift 3 from version 3.0.0.

Expand Down
2 changes: 1 addition & 1 deletion TouchVisualizer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/morizotter/TouchVisualizer.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/morizotter'

s.platform = :ios, '8.0'
s.platform = :ios, '9.0'
s.requires_arc = true

s.source_files = 'TouchVisualizer/**/*.swift'
Expand Down

0 comments on commit 1392156

Please sign in to comment.