merge code
parents
Showing
+541 -0
LICENSE
0 → 100644
Package.swift
0 → 100644
README.md
0 → 100644
Pod::Spec.new do |s| | ||
s.name = "TZImagePickerController" | ||
s.version = "3.5.8" | ||
s.summary = "A clone of UIImagePickerController, support picking multiple photos、original photo and video" | ||
s.homepage = "https://github.com/banchichen/TZImagePickerController" | ||
s.license = "MIT" | ||
s.author = { "banchichen" => "tanzhenios@foxmail.com" } | ||
s.platform = :ios | ||
s.ios.deployment_target = "8.0" | ||
s.source = { :git => "https://github.com/banchichen/TZImagePickerController.git", :tag => "3.5.8" } | ||
s.requires_arc = true | ||
s.resources = "TZImagePickerController/TZImagePickerController/*.{png,bundle}" | ||
s.source_files = "TZImagePickerController/TZImagePickerController/*.{h,m}" | ||
s.frameworks = "Photos" | ||
end |
This diff is collapsed.
136 Bytes
2.11 KB
347 Bytes
This diff is collapsed.