Files
JBChartView/TKRoundedView/0.2/TKRoundedView.podspec
T
2013-01-08 15:56:25 +01:00

13 lines
467 B
Ruby

Pod::Spec.new do |s|
s.name = "TKRoundedView"
s.version = "0.2"
s.summary = "Rounded corners withour images."
s.homepage = "http://github.com/mapedd/TKRoundedView"
s.license = 'Apache'
s.author = { "Tomek Kuzma" => "mapedd@mapedd.com" }
s.source = { :git => "https://github.com/mapedd/TKRoundedView.git", :tag => "0.2" }
s.platform = :ios
s.source_files = 'TKRoundedView.{h,m}'
s.requires_arc = true
end