Pod::Spec.new do |s| s.name = "MultiFunctionCell" s.version = "0.0.1" s.summary = "" s.description = "" s.homepage = "https://github.com/kingundertree/MultiFunctionCell" s.license = "MIT (example)" s.author = { "å¾å±±" => "[email protected]" } s.source = { :git => "https://github.com/kingundertree/MultiFunctionCell.git" } s.source_files = 'MultiFunctionCell', 'XZMultiFunctionCell/MultiFunctionCell/*.{h,m}' end