Files
JBChartView/Survey/0.0.2/Survey.podspec
T
2012-10-29 21:56:45 -04:00

15 lines
599 B
Ruby

Pod::Spec.new do |s|
s.name = "Survey"
s.version = "0.0.2"
s.summary = "Survey is a library to simplify the process of creating and validating forms. This library is loosely based on CoreData and Django forms."
s.homepage = "http://github.com/wess/Survey"
s.license = 'MIT'
s.author = { "Wess Cope" => "wcope@me.com" }
s.ios.deployment_target = '5.0'
s.source = { :git => "https://github.com/wess/Survey.git", :tag => "0.0.2" }
s.source_files = 'Survey/Classes/*.{h,m}'
s.requires_arc = true
s.framework = 'UIKit'
s.platform = :ios
end