Files
JBChartView/Slash/0.0.1/Slash.podspec
T
2013-01-22 12:34:01 -06:00

14 lines
592 B
Ruby

Pod::Spec.new do |s|
s.name = "Slash"
s.version = "0.0.1"
s.summary = "A better way to create attributed strings."
s.homepage = "https://github.com/chrisdevereux/Slash"
s.license = { :type => 'MIT', :file => 'COPYING.markdown' }
s.author = { "Chris Devereux" => "devereux.chris@gmail.com" }
s.source = { :git => "https://github.com/chrisdevereux/Slash.git", :commit => "f839c688d424138f5de3cf6b4bf71af5ab00e96f" }
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.5'
s.source_files = 'Slash'
s.requires_arc = false
end