Files
JBChartView/AAImageUtils/0.1.0/AAImageUtils.podspec
T
2012-12-29 21:55:36 +02:00

13 lines
554 B
Ruby

Pod::Spec.new do |s|
s.name = "AAImageUtils"
s.version = "0.1.0"
s.platform = :ios
s.summary = "Simple framework to let your application's launch image fade-out to its initial view."
s.homepage = "https://github.com/ahmet/AAImageUtils"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ahmet AYGÜN" => "me@ahmetaygun.net" }
s.source = { :git => "https://github.com/ahmet/AAImageUtils.git", :tag => "v0.1.0" }
s.source_files = 'AAImageUtils/*.{h,m}'
s.requires_arc = true
end