The current repo belongs to Closed status, and some functions are restricted. For details, please refer to the description of repo status
8 Star 0 Fork 0

OpenHarmony-SIG/rntpc_react-native-randombytes
Closed

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
react-native-randombytes.podspec 598 Bytes
Copy Edit Raw Blame History
Fiodar Morau authored 2020-10-28 03:19 +08:00 . fix: xcode 12 compatibility (#43)
require 'json'
package_json = JSON.parse(File.read('package.json'))
Pod::Spec.new do |s|
s.name = "react-native-randombytes"
s.version = package_json["version"]
s.summary = package_json["description"]
s.homepage = "https://github.com/mvayngrib/react-native-randombytes"
s.license = package_json["license"]
s.author = { package_json["author"] => package_json["author"] }
s.platform = :ios, "7.0"
s.source = { :git => "#{package_json["repository"]["url"]}" }
s.source_files = '*.{h,m}'
s.dependency 'React-Core'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-sig/rntpc_react-native-randombytes.git
git@gitee.com:openharmony-sig/rntpc_react-native-randombytes.git
openharmony-sig
rntpc_react-native-randombytes
rntpc_react-native-randombytes
master

Search