Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit 6d95a84

Browse files
author
Amir Khorsandi
committed
Format podspec file
1 parent 76c9b47 commit 6d95a84

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

CollectionViewPagingLayout.podspec

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
1-
21
Pod::Spec.new do |s|
3-
s.name = "CollectionViewPagingLayout"
4-
s.version = "1.0.0"
5-
s.summary = "A simple but highly customizable layout for UICollectionView and SwiftUI."
6-
7-
s.description = <<-DESC
2+
s.name = "CollectionViewPagingLayout"
3+
s.version = "1.0.0"
4+
s.summary = "A simple but highly customizable layout for UICollectionView and SwiftUI."
5+
6+
s.description = <<-DESC
87
A simple but highly customizable UICollectionViewLayout for UICollectionView.
98
Simple SwiftUI views that let you make page-view effects.
109
DESC
1110

12-
s.homepage = "https://github.com/amirdew/CollectionViewPagingLayout"
13-
s.license = { :type => "MIT", :file => "LICENSE" }
14-
s.author = { "Amir Khorsandi" => "khorsandi@me.com" }
15-
s.source = { :git => "https://github.com/amirdew/CollectionViewPagingLayout.git", :tag => "#{s.version}" }
16-
s.source_files = ["Lib/**/*.swift"]
11+
s.homepage = "https://github.com/amirdew/CollectionViewPagingLayout"
12+
s.license = { :type => "MIT", :file => "LICENSE" }
13+
s.author = { "Amir Khorsandi" => "khorsandi@me.com" }
14+
s.source = { :git => "https://github.com/amirdew/CollectionViewPagingLayout.git", :tag => "#{s.version}" }
15+
s.source_files = ["Lib/**/*.swift"]
1716

1817
s.swift_versions = ["5.4"]
1918

2019
s.ios.deployment_target = "10.0"
21-
20+
2221
s.frameworks = "UIKit"
2322
s.weak_frameworks = "SwiftUI", "Combine"
24-
2523
end

0 commit comments

Comments
 (0)