3 Star 0 Fork 0

mirrors_mikehardy/react-native-sqlite-storage

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
react-native-sqlite-storage.podspec 719 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rokas Kašinskas 提交于 2021-10-01 18:56 +08:00 . fix: xcode 12 compatibility (#447)
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = "react-native-sqlite-storage"
s.version = package['version']
s.summary = package['description']
s.homepage = "https://github.com/andpor/react-native-sqlite-storage"
s.license = package['license']
s.author = package['author']
s.source = { :git => "https://github.com/andpor/react-native-sqlite-storage.git", :tag => "#{s.version}" }
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.preserve_paths = 'README.md', 'LICENSE', 'package.json', 'sqlite.js'
s.source_files = "platforms/ios/*.{h,m}"
s.dependency 'React-Core'
s.library = 'sqlite3'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_mikehardy/react-native-sqlite-storage.git
git@gitee.com:mirrors_mikehardy/react-native-sqlite-storage.git
mirrors_mikehardy
react-native-sqlite-storage
react-native-sqlite-storage
master

搜索帮助