Skip to content

Commit

Permalink
-cocoapod
Browse files Browse the repository at this point in the history
  • Loading branch information
lincf0912 committed Apr 10, 2020
1 parent 438029e commit 8de6aff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions LFAssetExportSession.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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

0 comments on commit 8de6aff

Please sign in to comment.