Skip to content

Commit

Permalink
Add Swift version to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
james01 committed Dec 29, 2020
1 parent d0539ca commit e5328ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CardNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |s|
s.author = { "James Randolph" => "jwrand16@gmail.com" }
s.social_media_url = "https://twitter.com/jamesrandolph01"
s.platform = :ios, "11.0"
s.swift_version = "5.3"
s.source = { :git => "https://github.com/james01/CardNavigation.git", :tag => "#{s.version}" }
s.source_files = "Sources/**/*.{swift}"
s.frameworks = "UIKit"
Expand Down

0 comments on commit e5328ac

Please sign in to comment.