1 Star 0 Fork 0

cloud/RSKImageCropper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RSKImageCropper.podspec 784 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ruslan Skorb 提交于 2018-03-29 08:52 . Version bump (2.0.1)
Pod::Spec.new do |s|
s.name = 'RSKImageCropper'
s.version = '2.0.1'
s.summary = 'An image cropper for iOS like in the Contacts app with support for landscape orientation.'
s.homepage = 'https://github.com/ruslanskorb/RSKImageCropper'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'Ruslan Skorb' => 'ruslan.skorb@gmail.com' }
s.source = { :git => 'https://github.com/ruslanskorb/RSKImageCropper.git', :tag => s.version.to_s }
s.platform = :ios, '6.0'
s.module_map = 'RSKImageCropper/RSKImageCropper.modulemap'
s.source_files = 'RSKImageCropper/*.{h,m}'
s.resources = 'RSKImageCropper/RSKImageCropperStrings.bundle'
s.frameworks = 'QuartzCore', 'UIKit'
s.requires_arc = true
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/nbcloud/RSKImageCropper.git
git@gitee.com:nbcloud/RSKImageCropper.git
nbcloud
RSKImageCropper
RSKImageCropper
master

搜索帮助