From d40be940d8b37e0d6987a7459ff858b59260feae Mon Sep 17 00:00:00 2001 From: fermoya Date: Mon, 20 Jan 2020 23:00:11 +0000 Subject: [PATCH] 0.0.5 --- SwiftUIPader.podspec | 24 ------------------------ SwiftUIPager.podspec | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 SwiftUIPader.podspec diff --git a/SwiftUIPader.podspec b/SwiftUIPader.podspec deleted file mode 100644 index 7845c47..0000000 --- a/SwiftUIPader.podspec +++ /dev/null @@ -1,24 +0,0 @@ -Pod::Spec.new do |s| - - s.name = "SwiftUIPager" - s.version = "0.0.1" - s.summary = "Native horizontal pager for SwiftUI. Easily to use, easy to customize." - - s.description = <<-DESC - This framework provides a horizontal pager build with native SwiftUI views. Views are recycled, so you don't have to worry about memory issues. It's 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. - DESC - - s.homepage = "https://medium.com/@fmdr.ct" - s.license = { :type => "MIT", :file => "LICENSE" } - s.author = { "fermoya" => "fmdr.ct@gmail.com" } - - s.platforms = { :ios => "13.0", :osx => "10.15", :watchos => "6.0"" } - s.swift_version = '5.1' - - s.source = { :git => "https://github.com/fermoya/SwiftUIPager.git", :tag => "#{s.version}" } - s.source_files = "Sources/SwiftUIPager/**/*" - - s.xcconfig = { "SWIFT_VERSION" => "5.1" } - s.documentation_url = "https://github.com/fermoya/SwiftUIPager/blob/master/README.md" - -end \ No newline at end of file diff --git a/SwiftUIPager.podspec b/SwiftUIPager.podspec index 0086075..817ab97 100644 --- a/SwiftUIPager.podspec +++ b/SwiftUIPager.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SwiftUIPager' - s.version = '0.0.4' + s.version = '0.0.5' s.summary = 'Native horizontal pager for SwiftUI. Easily to use, easy to customize.' s.description = <<-DESC