1 Star 0 Fork 0

Andney/TOCropViewController

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TOCropViewController.podspec 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
XD-CI 提交于 2020-12-30 00:46 . Bumped Podspec Version to v2.6.0 [skip ci]
Pod::Spec.new do |s|
s.name = 'TOCropViewController'
s.version = '2.6.0'
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, '8.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']
}
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Andney/TOCropViewController.git
[email protected]:Andney/TOCropViewController.git
Andney
TOCropViewController
TOCropViewController
main

搜索帮助