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

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Oct 19, 2012
1 parent 720e1b4 commit 59cc92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FTAssetRenderer.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "FTAssetRenderer"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Create image assets at runtime in any color when used as mask and/or at any resolution when it’s a PDF."
s.homepage = "https://github.com/Fingertips/FTAssetRenderer"
s.license = 'MIT'
s.author = { "Eloy Durán" => "eloy.de.enige@gmail.com" }
s.source = { :git => "https://github.com/Fingertips/FTAssetRenderer.git", :tag => "0.1.0" }
s.source = { :git => "https://github.com/Fingertips/FTAssetRenderer.git", :tag => "0.1.1" }
s.platform = :ios, '4.0'
s.source_files = 'Source'
s.requires_arc = true
Expand Down

0 comments on commit 59cc92a

Please sign in to comment.