Skip to content

Commit

Permalink
Merge pull request #15 from dylanshine/2.1.2
Browse files Browse the repository at this point in the history
Update podspec to Swift 4.2, increment version
  • Loading branch information
LinusGeffarth authored Dec 20, 2018
2 parents 9d0d0fb + 19b1be2 commit 34ae3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SwiftyDraw is a simple, light-weight drawing framework written in Swift. SwiftyD

## Requirements
* iOS 9.1+
* Swift 4
* Swift 4.2

## Installation

Expand Down
4 changes: 2 additions & 2 deletions SwiftyDraw.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftyDraw'
s.version = '2.1.1'
s.version = '2.1.2'
s.summary = 'A simple, core graphics drawing framework written in Swift'

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/linusgeffarth'

s.ios.deployment_target = '8.0'
s.swift_version = '4.0'
s.swift_version = '4.2'

s.source_files = 'Source/**/*'

Expand Down

0 comments on commit 34ae3bb

Please sign in to comment.