Skip to content

Commit bceaab6

Browse files
authored
Remove swift version
1 parent cd71fb1 commit bceaab6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

WWLayout.podspec

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ Pod::Spec.new do |s|
1414
s.description = "WWLayout is an easy way to add layout constraints with code."
1515
s.homepage = "https://github.com/ww-tech/wwlayout"
1616

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

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

24-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4' }
25-
2624
end

0 commit comments

Comments
 (0)