We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292b21b commit 69db86cCopy full SHA for 69db86c
UICollectionViewLeftAlignedLayout.podspec
@@ -18,4 +18,5 @@ Pod::Spec.new do |s|
18
s.source = { :git => "https://github.com/mokagio/UICollectionViewLeftAlignedLayout.git", :tag => version }
19
s.source_files = "UICollectionViewAlignedLayout"
20
s.requires_arc = true
21
+ s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4' }
22
end
0 commit comments