3 Star 0 Fork 4

Gitee 极速下载/tocropviewcontroller

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/TimOliver/TOCropViewController
克隆/下载
TOCropViewController.podspec 740 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tim Oliver 提交于 2024-05-08 19:05 . Bumped version number
Pod::Spec.new do |s|
s.name = 'TOCropViewController'
s.version = '2.7.4'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A view controller that enables cropping and rotation of UIImage objects.'
s.homepage = 'https://github.com/TimOliver/TOCropViewController'
s.author = 'Tim Oliver'
s.source = { :git => 'https://github.com/TimOliver/TOCropViewController.git', :tag => s.version }
s.platform = :ios, '11.0'
s.source_files = 'Objective-C/TOCropViewController/**/*.{h,m}'
s.exclude_files = 'Objective-C/TOCropViewController/include/**/*.h'
s.resource_bundles = {
'TOCropViewControllerBundle' => ['Objective-C/TOCropViewController/**/*.{lproj,xcprivacy}']
}
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/mirrors/tocropviewcontroller.git
git@gitee.com:mirrors/tocropviewcontroller.git
mirrors
tocropviewcontroller
tocropviewcontroller
main

搜索帮助