Pod::Spec.new do |s| s.name = "iOSPhotoEditor" s.version = "0.5" s.summary = "Image Editor supports drawing, writing text and adding stickers and emojis" s.description = <<-DESC Image Editor supports drawing, writing text and adding stickers and emojis with the ability to scale and rotate objects DESC s.homepage = "https://github.com/M-Hamed/photo-editor" s.license = { :type => "MIT", :file => "LICENSE.md" } s.author = { "Mohamed Hamed" => "mohamed.hamed.ibrahem@gmail.com" } s.source = { :git => "https://github.com/M-Hamed/photo-editor.git", :tag => s.version.to_s } s.ios.deployment_target = "9.0" s.swift_version = "4.2" s.source_files = "Image Editor/**/*.{swift}" s.exclude_files = "Image Editor/**/AppDelegate.swift" s.resources = "Image Editor/**/*.{png,jpeg,jpg,storyboard,xib,ttf}" end