Skip to content

Commit

Permalink
fix spec.swift_version (ephread#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
weakfl authored and ephread committed Apr 26, 2019
1 parent a2c8ca1 commit c9d65e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Instructions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.author = { "Frédéric Maquin" => "fred@ephread.com" }
spec.source = { :git => "https://github.com/ephread/Instructions.git", :tag => spec.version.to_s }

spec.swift_version = '5'
spec.swift_version = '5.0'
spec.platform = :ios, '9.0'
spec.requires_arc = true

Expand Down
2 changes: 1 addition & 1 deletion InstructionsAppExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.author = { "Frédéric Maquin" => "fred@ephread.com" }
spec.source = { :git => "https://github.com/ephread/Instructions.git", :tag => spec.version.to_s }

spec.swift_version = '5'
spec.swift_version = '5.0'
spec.platform = :ios, '9.0'
spec.requires_arc = true

Expand Down

0 comments on commit c9d65e6

Please sign in to comment.