Skip to content

Commit

Permalink
Change swift language and commented social media URL in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shndrs committed Jul 5, 2019
1 parent 7f3e249 commit e421a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyTabBarTransition.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Pod::Spec.new do |spec|


spec.author = { "shndrs" => "[email protected]" }
spec.social_media_url = "https://www.linkedin.com/in/shndrs/"
#spec.social_media_url = "https://www.linkedin.com/in/shndrs/"

spec.ios.deployment_target = "9.3"
spec.swift_version = "5"
spec.swift_version = "5.0"


spec.source = { :git => "https://github.com/shndrs/SwiftyTabBarTransition.git", :tag => "#{spec.version}" }
Expand Down
Binary file not shown.

0 comments on commit e421a13

Please sign in to comment.