Skip to content

Commit

Permalink
Use the new versioning system
Browse files Browse the repository at this point in the history
  • Loading branch information
mindgraffiti committed Dec 2, 2020
1 parent 1753a16 commit 628b3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gridicons.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "Gridicons"
s.version = "1.0.3-beta.1"
s.version = "1.1.0-beta.1"
s.summary = "Gridicons is a tiny framework which generates Gridicon images at any resolution."

s.homepage = "http://apps.wordpress.com"
s.license = { :type => "GPLv2" }
s.author = { "Automattic" => "[email protected]" }
s.social_media_url = "http://twitter.com/WordPressiOS"

s.platform = :ios, "12.0"
s.platform = :ios, "11.0"
s.source = { :git => "https://github.com/Automattic/Gridicons-iOS.git", :tag => s.version.to_s }

s.source_files = "Gridicons/Gridicons/**/*.swift"
Expand Down

0 comments on commit 628b3e6

Please sign in to comment.