Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
# Conflicts:
#	DYVideoCamera.xcodeproj/project.pbxproj
#	Example/DYVideoCamera/DYVideoCamera-Info.plist
#	README.md
  • Loading branch information
huyangyang committed Apr 11, 2020
2 parents c7c7c34 + 60348ec commit 3519d61
Show file tree
Hide file tree
Showing 1,717 changed files with 63,027 additions and 47,327 deletions.
Binary file added .DS_Store
Binary file not shown.
52 changes: 52 additions & 0 deletions DYVideoCamera.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
#
# Be sure to run `pod lib lint DYVideoCamera.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = 'DYVideoCamera'
s.version = '2.1.0'
s.summary = 'A iOS Camera FrameWork.'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
TODO: Add long description of the pod here.
DESC

s.homepage = 'https://github.com/doubleYang1020/DYVideoCamera'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'doubleYang1020' => 'cn_huyangyang@163.com' }
s.source = { :git => 'https://github.com/doubleYang1020/DYVideoCamera.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '9.0'

s.source_files = 'DYVideoCamera/Classes/**/*'

# s.resource_bundles = {
# 'DYVideoCamera' => ['DYVideoCamera/Assets/*.png']
# }
s.resources = 'DYVideoCamera/*.xcassets'
s.ios.xcconfig = {
# 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/../../Frameworks"',
'OTHER_LDFLAGS' => '-ObjC'
}

# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit', 'Photos', 'AVFoundation', 'AssetsLibrary'
s.ios.vendored_frameworks = 'Frameworks/KSYHTTPCache.framework'
s.dependency 'Masonry'
s.dependency 'GPUImage'
s.dependency 'lottie-ios_Oc'
s.dependency 'CocoaLumberjack'
s.dependency 'CocoaAsyncSocket'
end

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file added DYVideoCamera/.DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions DYVideoCamera/.gitattributes

This file was deleted.

62 changes: 0 additions & 62 deletions DYVideoCamera/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions DYVideoCamera/AppDelegate.h

This file was deleted.

64 changes: 0 additions & 64 deletions DYVideoCamera/AppDelegate.m

This file was deleted.

Loading

0 comments on commit 3519d61

Please sign in to comment.