Skip to content

Commit

Permalink
Merge pull request #61 from netizen01/master
Browse files Browse the repository at this point in the history
Update podspec to Swift 4.2
  • Loading branch information
Oleksii Dykan committed Nov 9, 2018
2 parents 1319fdb + f2caad2 commit 881b292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodableFirebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/alickbass/CodableFirebase.git", :tag => s.version, :branch => 'master'}
s.source_files = "CodableFirebase/*.swift"
s.swift_version = '4.1'
s.swift_version = '4.2'
end

0 comments on commit 881b292

Please sign in to comment.