Files
JBChartView/AHAlertView/0.0.1/AHAlertView.podspec
T
2013-02-12 17:33:11 +00:00

15 lines
652 B
Ruby

Pod::Spec.new do |s|
s.name = "AHAlertView"
s.version = "0.0.1"
s.summary = "AHAlertView is a powerful, block-based alternative to UIKit's UIAlertView. "
s.homepage = "https://github.com/warrenm/AHAlertView.git"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Warren Moore" => "wm@warrenmoore.net" }
s.source = { :git => "https://github.com/zhigang1992/AHAlertView.git", :tag => "v0.0.1" }
s.platform = :ios, '5.0'
s.source_files = 'Class', 'ADD PATH TO DIRECTORY'
s.public_header_files = 'ADD PATH TO DIRECTORY'
s.frameworks = 'QuartzCore'
s.requires_arc = true
end