Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Actually 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Nov 29, 2015
1 parent f774c57 commit 42ab9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nimbus.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Nimbus"
s.version = "1.2.2"
s.version = "1.3.0"
s.summary = "The iOS framework that grows only as fast as its documentation"
s.description = <<-DESC
Nimbus is an iOS framework whose feature set grows only as fast as its documentation. By focusing
Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
}
s.social_media_url = "http://twitter.com/NimbusKit"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/jverkoey/nimbus.git", :tag => "1.2.2" }
s.source = { :git => "https://github.com/jverkoey/nimbus.git", :tag => s.version }
s.requires_arc = true

s.subspec 'AttributedLabel' do |ss|
Expand Down

0 comments on commit 42ab9ee

Please sign in to comment.