We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4279737 commit 05b5ad0Copy full SHA for 05b5ad0
UICollectionViewFlexLayout.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "UICollectionViewFlexLayout"
3
- s.version = "0.3.1"
+ s.version = "1.0.0"
4
s.summary = "A drop-in replacement for UICollectionViewFlowLayout"
5
s.homepage = "https://github.com/devxoul/UICollectionViewFlexLayout"
6
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -11,8 +11,4 @@ Pod::Spec.new do |s|
11
s.frameworks = "UIKit"
12
13
s.ios.deployment_target = "8.0"
14
-
15
- s.pod_target_xcconfig = {
16
- "SWIFT_VERSION" => "3.1"
17
- }
18
end
0 commit comments