Skip to content

Commit 05b5ad0

Browse files
committed
Bump version to 1.0.0
1 parent 4279737 commit 05b5ad0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

UICollectionViewFlexLayout.podspec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "UICollectionViewFlexLayout"
3-
s.version = "0.3.1"
3+
s.version = "1.0.0"
44
s.summary = "A drop-in replacement for UICollectionViewFlowLayout"
55
s.homepage = "https://github.com/devxoul/UICollectionViewFlexLayout"
66
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -11,8 +11,4 @@ Pod::Spec.new do |s|
1111
s.frameworks = "UIKit"
1212

1313
s.ios.deployment_target = "8.0"
14-
15-
s.pod_target_xcconfig = {
16-
"SWIFT_VERSION" => "3.1"
17-
}
1814
end

0 commit comments

Comments
 (0)