Skip to content

Commit

Permalink
Remove swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-mark authored Dec 9, 2018
1 parent cd71fb1 commit bceaab6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions WWLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ Pod::Spec.new do |s|
s.description = "WWLayout is an easy way to add layout constraints with code."
s.homepage = "https://github.com/ww-tech/wwlayout"

s.license = "MIT"
s.license = "Apache-2.0"
s.author = { "Steven Grosmark" => "[email protected]" }
s.platform = :ios, "9.0"

s.source = { :git => "https://github.com/ww-tech/wwlayout.git", :tag => s.version.to_s }
s.source_files = "Sources/WWLayout", "Sources/WWLayout/**/*.{h,m,swift}"

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4' }

end

0 comments on commit bceaab6

Please sign in to comment.