Skip to content

Commit

Permalink
Specifying deployment target in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
swain committed Aug 22, 2018
1 parent 0c97540 commit 2120c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ward.podspec
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.homepage = 'https://github.com/OneAfternoon/Ward'
spec.authors = { 'Swain Molster' => 'swain.molster@gmail.com' }

spec.platform = :ios
spec.platform = :ios, "9.0"
spec.swift_version = "4.1"

spec.source = { :git => "https://github.com/OneAfternoon/Ward.git", :tag => "v#{spec.version}" }
Expand Down

0 comments on commit 2120c7b

Please sign in to comment.