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

Commit

Permalink
Merge pull request #85 from morizotter/morizotter/update-pod-file
Browse files Browse the repository at this point in the history
Update pod file
  • Loading branch information
morizotter authored Mar 17, 2018
2 parents dba65a6 + ab2a7cf commit 0c23d33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
4 changes: 2 additions & 2 deletions TouchVisualizer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "TouchVisualizer"
s.version = "3.0.0"
s.version = "3.0.1"
s.summary = "Effective presentation with TouchVisualizer!"
s.description = <<-DESC
TouchVisualizer is a lightweight and pure Swift implemented library for visualizing touches on the screen. Let's give an effective presentation with TouchVisualizer!
Expand All @@ -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
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ machine:
environment:
XCODE_SCHEME: ExampleTexts
xcode:
version: "9.0"
version: "9.2"
test:
override:
- xcodebuild test -scheme ExampleTests -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0'
- xcodebuild test -scheme ExampleTests -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.3.1'

0 comments on commit 0c23d33

Please sign in to comment.