Skip to content

Commit

Permalink
Update SFSymbol.podspec
Browse files Browse the repository at this point in the history
bump pod version
  • Loading branch information
Nirma authored Jul 11, 2020
1 parent df7fd42 commit c5a7e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SFSymbol.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ s.ios.deployment_target = '13.0'
s.name = "SFSymbol"
s.summary = "SFSymbol - All the Symbols via code completion at your fingertips"
s.requires_arc = true
s.version = "0.2.0"
s.version = "0.3.0"

s.license = { :type => "MIT", :file => "LICENSE" }

Expand All @@ -17,5 +17,5 @@ s.source = { :git => "https://github.com/Nirma/SFSymbol.git",
:tag => "#{s.version}" }

s.source_files = "Sources/SFSymbol/*.{swift}"
s.swift_version = "5.1"
s.swift_version = "5.0"
end

0 comments on commit c5a7e38

Please sign in to comment.