1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: ios/react-native-alipay.podspec -> ios/Alipay.podspec

This commit is contained in:
jaywcjlove
2020-07-14 18:15:45 +08:00
parent 3ce5bbf8c5
commit 74140a294e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
require "json"
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
package = JSON.parse(File.read(File.join(__dir__, "..", "package.json")))
Pod::Spec.new do |s|
s.name = "react-native-alipay"
s.name = "Alipay"
s.version = package["version"]
s.summary = package["description"]
s.description = <<-DESC