Files
JBChartView/WorkflowSchema/0.2.0/WorkflowSchema.podspec
T
2012-11-19 16:14:51 +00:00

14 lines
591 B
Ruby

Pod::Spec.new do |s|
s.name = "WorkflowSchema"
s.version = "0.2.0"
s.summary = "An iOS framework which allows you to define app workflows in XML."
s.homepage = "https://github.com/CRedit360/WorkflowSchema"
s.license = 'MIT'
s.author = { "Simon Booth" => "simon.booth@credit360.com" }
s.source = { :git => "https://github.com/CRedit360/WorkflowSchema.git", :tag => "0.2.0" }
s.platform = :ios, '5.0'
s.source_files = 'WorkflowSchema/Code'
s.resources = 'WorkflowSchema/*.lproj/WorkflowSchema.strings'
s.requires_arc = true
end