3 Star 0 Fork 1

Gitee 极速下载/FASTTTcamera

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/IFTTT/FastttCamera
克隆/下载
FastttCamera.podspec 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Siddharth Sathyam 提交于 2021-07-06 15:13 . Update FastttCamera.podspec
Pod::Spec.new do |s|
s.name = "FastttCamera"
s.version = "0.3.5"
s.summary = "A fast, straightforward implementation of AVFoundation camera with customizable real-time photo filters."
s.homepage = "https://github.com/IFTTT/FastttCamera"
s.license = 'MIT'
s.author = {
"Laura Skelton" => "laura@ifttt.com",
"Jonathan Hersh" => "jonathan@ifttt.com",
"Max Meyers" => "max@ifttt.com",
"Devin Foley" => "devin@ifttt.com"
}
s.source = { :git => "https://github.com/IFTTT/FastttCamera.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/skelovenko'
s.platform = :ios, '7.0'
s.requires_arc = true
s.compiler_flags = '-fmodules'
s.frameworks = 'UIKit', 'AVFoundation', 'CoreMotion'
s.subspec 'Default' do |ss|
ss.source_files = 'FastttCamera/*.{h,m}'
end
s.subspec 'Filters' do |ss|
ss.dependency 'GPUImage', '~> 0.1.0'
ss.dependency 'FastttCamera/Default'
ss.source_files = 'FastttCamera/Filters/*.{h,m}'
end
s.default_subspec = 'Default'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/mirrors/FASTTTcamera.git
git@gitee.com:mirrors/FASTTTcamera.git
mirrors
FASTTTcamera
FASTTTcamera
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385