2 Star 0 Fork 0

付建明/react-native-image-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
react-native-image-editor.podspec 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
ksti 提交于 3年前 . 添加静态库配置
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = "react-native-image-editor"
s.version = package['version']
s.summary = package['description']
s.license = package['license']
s.authors = package['author']
s.homepage = package['homepage']
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/react-native-community/react-native-image-editor.git", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,m}"
s.static_framework = true
s.dependency 'React'
s.dependency 'React-RCTImage'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fujm/react-native-image-editor.git
git@gitee.com:fujm/react-native-image-editor.git
fujm
react-native-image-editor
react-native-image-editor
master

搜索帮助