Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Apr 2, 2019
1 parent f138a28 commit e756885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SwiftyImage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyImage'
s.version = '1.3.0'
s.version = '1.4.0'
s.summary = 'The most sexy way to use images in Swift.'
s.homepage = 'https://github.com/devxoul/SwiftyImage'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
:tag => s.version.to_s }
s.source_files = 'Sources/SwiftyImage.swift'
s.requires_arc = true
s.swift_version = '5.0'

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

0 comments on commit e756885

Please sign in to comment.