Pod::Spec.new do |s| s.name = "ZLCollectionViewFlowLayout" s.version = "1.4.1" s.summary = "ZLCollectionViewFlowLayout" s.description = <<-DESC åç§æ ·å¼çuicollectionviewï¼åè½æç»æ´æ°ä¸... DESC s.homepage = "https://github.com/czl0325/ZLCollectionView" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "czl0325" => "[email protected]" } s.platform = :ios, "7.0" s.source = { :git => "https://github.com/czl0325/ZLCollectionView.git", :tag => s.version } #s.ios.deployment_target = '8.0' s.source_files = "ZLCollectionViewFlowLayout/*.{h,m}" #s.resources = 'SXWaveAnimate/images/*.{png,xib}' #s.exclude_files = "Classes/Exclude" s.requires_arc = true end