Skip to content

Commit a02f626

Browse files
committed
0.0.6
1 parent d40be94 commit a02f626

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

SwiftUIPager.podspec

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
Pod::Spec.new do |s|
22

3-
s.name = 'SwiftUIPager'
4-
s.version = '0.0.5'
5-
s.summary = 'Native horizontal pager for SwiftUI. Easily to use, easy to customize.'
3+
s.name = "SwiftUIPager"
4+
s.version = "0.0.6"
5+
s.summary = "Native horizontal pager for SwiftUI. Easily to use, easy to customize."
66

77
s.description = <<-DESC
88
This framework provides a horizontal pager build with native SwiftUI views. Views are recycled, so you do not have to worry about memory issues. It is very easy to use and lets you customize it. For example, you can change the aspect ratio of the page displayed, the spacing between pages or you can make it interactive.
99
DESC
1010

11-
s.homepage = 'https://medium.com/@fmdr.ct'
12-
s.license = { :type => 'MIT', :file => 'LICENSE' }
13-
s.author = { 'fermoya' => '[email protected]' }
11+
s.homepage = "https://medium.com/@fmdr.ct"
12+
s.license = { :type => "MIT", :file => "LICENSE" }
13+
s.author = { "fermoya" => "[email protected]" }
1414

15-
s.platforms = { :ios => '13.0', :osx => '10.15', :watchos => '6.0' }
16-
s.swift_version = '5.1'
15+
s.platforms = { :ios => "13.0", :osx => "10.15", :watchos => "6.0" }
16+
s.swift_version = "5.1"
1717

18-
s.source = { :git => 'https://github.com/fermoya/SwiftUIPager.git', :tag => '#{s.version}' }
19-
s.source_files = 'Sources/SwiftUIPager/**/*'
18+
s.source = { :git => "https://github.com/fermoya/SwiftUIPager.git", :tag => "#{s.version}" }
19+
s.source_files = "Sources/SwiftUIPager/**/*"
2020

21-
s.xcconfig = { 'SWIFT_VERSION' => '5.1' }
22-
s.documentation_url = 'https://github.com/fermoya/SwiftUIPager/blob/master/README.md'
21+
s.xcconfig = { "SWIFT_VERSION" => "5.1" }
22+
s.documentation_url = "https://github.com/fermoya/SwiftUIPager/blob/master/README.md"
2323

2424
end

0 commit comments

Comments
 (0)