Files
JBChartView/SOCKit/1.1/SOCKit.podspec
T
alias1 f61822bb80 Update SOCKit/1.1/SOCKit.podspec
Uncommented licence line
2013-02-17 03:59:24 +11:00

16 lines
547 B
Ruby

Pod::Spec.new do |s|
s.name = "SOCKit"
s.version = "1.1"
s.summary = "String <-> Object Coder for Objective-C."
s.homepage = "http://github.com/jverkoey/SOCKit"
s.author = { "Jeff Verkoeyen" => "jverkoey@gmail.com" }
s.source = { :git => "https://github.com/jverkoey/sockit.git", :tag => "1.1" }
s.license = { :type => 'Apache License Version 2.0', :file => 'LICENSE' }
s.description = 'With SOCKit and SOCPattern you can easily transform objects into strings and vice versa.'
s.source_files = '*.{h,m}'
end