Files
JBChartView/FTAssetRenderer/0.1.0/FTAssetRenderer.podspec
T
2012-10-15 13:00:25 +02:00

13 lines
557 B
Ruby
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Pod::Spec.new do |s|
s.name = "FTAssetRenderer"
s.version = "0.1.0"
s.summary = "Create image assets at runtime in any color when used as mask and/or at any resolution when its 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.platform = :ios, '4.0'
s.source_files = 'Source'
s.requires_arc = true
end