From 8de6aff85c15baf43eecb2538b7f842614259134 Mon Sep 17 00:00:00 2001 From: Lam Date: Fri, 10 Apr 2020 16:54:38 +0800 Subject: [PATCH] -cocoapod --- LFAssetExportSession.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 LFAssetExportSession.podspec diff --git a/LFAssetExportSession.podspec b/LFAssetExportSession.podspec new file mode 100644 index 0000000..f3c13d0 --- /dev/null +++ b/LFAssetExportSession.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| +s.name = 'LFAssetExportSession' +s.version = '1.0.0' +s.summary = 'Video compression tool. (Small size and high definition)' +s.homepage = 'https://github.com/lincf0912/LFAssetExportSession' +s.license = 'MIT' +s.author = { 'lincf0912' => 'dayflyking@163.com' } +s.platform = :ios +s.ios.deployment_target = '7.0' +s.source = { :git => 'https://github.com/lincf0912/LFAssetExportSession.git', :tag => s.version, :submodules => true } +s.requires_arc = true +s.source_files = 'LFAssetExportSession/LFAssetExportSession/class/*.{h,m}' +s.public_header_files = 'LFAssetExportSession/LFAssetExportSession/class/*.h' + +end