Skip to content

Commit

Permalink
update podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
twof committed Dec 15, 2018
1 parent e673c14 commit 2feb47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimplePagedView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SimplePagedView"
s.version = "0.0.2"
s.version = "1.0.1"
s.summary = "A PageViewController replacement built to be as simple as possible"

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ A PageViewController replacement built to be as simple as possible to use. Suppo
s.author = { "Alex Reilly" => "alexander.r.reilly@gmail.com" }
s.social_media_url = "https://twitter.com/TheWisestFools"

s.platform = :ios, "12.0"
s.platform = :ios, "10.3"


s.source = { :git => "https://github.com/redbooth/SimplePagedView.git", :tag => s.version }
Expand Down

0 comments on commit 2feb47a

Please sign in to comment.