Skip to content

Commit

Permalink
-cocoapod
Browse files Browse the repository at this point in the history
  • Loading branch information
lincf0912 committed Apr 13, 2020
1 parent ea003cf commit f6cded7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions LFFilterSuite.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'LFFilterSuite'
s.version = '1.0.0'
s.summary = 'Filter kit, it is easier to use filters on pictures or videos.'
s.homepage = 'https://github.com/lincf0912/LFFilterSuite'
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/LFFilterSuite.git', :tag => s.version, :submodules => true }
s.requires_arc = true
s.source_files = 'LFFilterSuite/LFFilterSuite/class/*.{h,m}','LFFilterSuite/LFFilterSuite/class/**/*.{h,m}'
s.public_header_files = 'LFFilterSuite/LFFilterSuite/class/*.h','LFFilterSuite/LFFilterSuite/class/LFExportSession/*.h','LFFilterSuite/LFFilterSuite/class/LFFilter/*.h','LFFilterSuite/LFFilterSuite/class/LFFilterDisplayers/*.h'

s.dependency 'LFAssetExportSession'

end

0 comments on commit f6cded7

Please sign in to comment.