Pod::Spec.new do |s| s.name = 'ZLImageEditor' s.version = '1.0.3' s.summary = 'A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters.' s.homepage = 'https://github.com/longitachi/ZLImageEditor' s.license = { :type => "MIT", :file => "LICENSE" } s.author = {'longitachi' => 'longitachi@163.com'} s.source = {:git => 'https://github.com/longitachi/ZLImageEditor.git', :tag => s.version} s.ios.deployment_target = '9.0' s.swift_versions = ['5.0', '5.1', '5.2'] s.requires_arc = true s.frameworks = 'UIKit', 'Accelerate' s.resources = 'Sources/*.{png,bundle}' s.subspec "Core" do |sp| sp.source_files = ["Sources/**/*.swift", "Sources/ZLImageEditor.h"] end end