Pod::Spec.new do |s| s.name = "TZImagePicker" s.version = "1.0.1" s.summary = "A clone of UIImagePickerController, support picking multiple photos、original photo and video" s.homepage = "http://svn.ouj.com:3000/duowan_iOS/TZImagePicker" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "banchichen" => "tanzhenios@foxmail.com" } s.platform = :ios s.ios.deployment_target = "8.0" s.source = { :git => "http://svn.ouj.com:3000/duowan_iOS/TZImagePicker.git", :tag => s.version } s.requires_arc = true s.resources = "TZImagePickerController/*.{png,bundle}" s.source_files = "TZImagePickerController/*.{h,m}" s.frameworks = "Photos", "CoreServices" end