We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f138a28 commit e756885Copy full SHA for e756885
SwiftyImage.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftyImage'
3
- s.version = '1.3.0'
+ s.version = '1.4.0'
4
s.summary = 'The most sexy way to use images in Swift.'
5
s.homepage = 'https://github.com/devxoul/SwiftyImage'
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
9
:tag => s.version.to_s }
10
s.source_files = 'Sources/SwiftyImage.swift'
11
s.requires_arc = true
12
+ s.swift_version = '5.0'
13
14
s.ios.deployment_target = '8.0'
15
s.tvos.deployment_target = '9.0'
0 commit comments