Pod::Spec.new do |s| s.name = "CSLinearLayoutView" s.version = "1.0" s.summary = "Linear layout view designed to simplify relative layouts on iOS." s.homepage = "https://github.com/scalessec/CSLinearLayoutView" s.license = 'MIT' s.author = { "Charles Scalesse" => "scalessec@gmail.com" } s.source = { :git => "https://github.com/scalessec/CSLinearLayoutView.git", :tag => "1.0" } s.platform = :ios s.source_files = 'CSLinearLayoutView' end