Skip to content

Commit e756885

Browse files
committed
Bump version to 1.4.0
1 parent f138a28 commit e756885

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SwiftyImage.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftyImage'
3-
s.version = '1.3.0'
3+
s.version = '1.4.0'
44
s.summary = 'The most sexy way to use images in Swift.'
55
s.homepage = 'https://github.com/devxoul/SwiftyImage'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
99
:tag => s.version.to_s }
1010
s.source_files = 'Sources/SwiftyImage.swift'
1111
s.requires_arc = true
12+
s.swift_version = '5.0'
1213

1314
s.ios.deployment_target = '8.0'
1415
s.tvos.deployment_target = '9.0'

0 commit comments

Comments
 (0)