Skip to content

Commit

Permalink
0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jflinter committed Sep 18, 2018
1 parent dc150bd commit 4aa4e1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.2
4 changes: 2 additions & 2 deletions Dwifft.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Dwifft'
s.version = '0.7'
s.version = '0.8'
s.license = 'MIT'
s.summary = 'Swift Diff'
s.homepage = 'https://github.com/jflinter/Dwifft'
s.social_media_url = 'http://twitter.com/jflinter'
s.author = 'Jack Flintermann'
s.source = { git: 'https://github.com/jflinter/Dwifft.git', tag: s.version }

s.swift_version = '4.0'
s.swift_version = '4.2'

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit 4aa4e1d

Please sign in to comment.