Skip to content

Commit

Permalink
Bumped podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mchoe committed Mar 30, 2019
1 parent 69303ae commit 5be877a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftSVG.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Pod::Spec.new do |s|

s.name = "SwiftSVG"
s.version = "2.2.0"
s.version = "2.2.1"
s.summary = "A simple, performant, single pass SVG parser"
s.description = "A simple, performant, single pass SVG parser. Optimized for extension and developer joy."
s.homepage = "https://github.com/mchoe/SwiftSVG"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Michael Choe" => "[email protected]" }
s.social_media_url = "http://twitter.com/_mchoe"
s.osx.deployment_target = "10.10"
s.osx.deployment_target = "10.11"
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/mchoe/SwiftSVG.git", :tag => "v#{s.version}" }
s.source_files = "SwiftSVG", "SwiftSVG/**/*.{h,swift}"
Expand Down

0 comments on commit 5be877a

Please sign in to comment.