Pod::Spec.new do |s| s.name = "CollectionViewPagingLayout" s.version = "0.1.5" s.summary = "Simple layout for making paging effects with UICollectionView." s.description = <<-DESC A custom UICollectionViewLayout for making paging effects with custom transforms DESC s.homepage = "https://github.com/amirdew/CollectionViewPagingLayout" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Amir Khorsandi" => "khorsandi@me.com" } s.source = { :git => "https://github.com/amirdew/CollectionViewPagingLayout.git", :tag => "#{s.version}" } s.swift_versions = ["5.1"] s.ios.deployment_target = "8.0" s.source_files = "Lib/**/*.swift" end