Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
EndouMari committed Jan 13, 2022
1 parent 1ad0d35 commit 0609d4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
5.0
5 changes: 3 additions & 2 deletions TabPageViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/EndouMari/TabPageViewController"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "EndouMari" => "endo@vasily.jp" }
s.author = { "EndouMari" => "re.freeloop.you17@gmail.com" }
s.source = { :git => "https://github.com/EndouMari/TabPageViewController.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.platform = :ios, '8.0'
s.platform = :ios, '13.0'
s.requires_arc = true
s.swift_versions = ["5.0"]

s.source_files = 'Sources/*.swift'
s.resource = 'Sources/*.{xib,storyboard}'
Expand Down

0 comments on commit 0609d4f

Please sign in to comment.