We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0ab3f commit c36cd22Copy full SHA for c36cd22
Gemfile
@@ -1,4 +1,4 @@
1
source 'https://rubygems.org' do
2
gem 'rake', '~> 13'
3
- gem 'cocoapods', '~> 1.8.0'
+ gem 'cocoapods', '~> 1.8'
4
end
Gemfile.lock
@@ -78,8 +78,8 @@ PLATFORMS
78
ruby
79
80
DEPENDENCIES
81
- cocoapods (~> 1.8.0)!
+ cocoapods (~> 1.8)!
82
rake (~> 13)!
83
84
BUNDLED WITH
85
- 2.0.2
+ 2.1.4
Gridicons.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Gridicons"
- s.version = "1.1.0-beta.2"
+ s.version = "1.1.0"
s.summary = "Gridicons is a tiny framework which generates Gridicon images at any resolution."
5
6
s.homepage = "http://apps.wordpress.com"
0 commit comments