There was an error while loading. Please reload this page.
1 parent 1303726 commit ada3575Copy full SHA for ada3575
SwiftLoader.podspec
@@ -11,10 +11,9 @@ Pod::Spec.new do |s|
11
s.author = { "Kirill Kunst" => "kirillkunst@gmail.com" }
12
s.source = { :git => "https://github.com/leoru/SwiftLoader.git", :tag => s.version.to_s }
13
s.social_media_url = 'https://twitter.com/kirill_kunst'
14
-
15
- s.platform = :ios, '13.0'
16
- s.requires_arc = true
17
18
- s.source_files = 'src/SwiftLoader'
19
- s.frameworks = 'UIKit'
+ s.swift_version = '5.0'
+ s.platform = :ios, '13.0'
+ s.requires_arc = true
+ s.source_files = 'src/SwiftLoader'
+ s.frameworks = 'UIKit'
20
end
0 commit comments