Skip to content

Commit

Permalink
fix: fix missing podspec on iOS (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming authored May 29, 2024
1 parent 839d903 commit 46a4134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onekeyfe/react-native-cloud-fs",
"version": "2.6.0",
"version": "2.6.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-cloud-fs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = package['name']
s.name = 'react-native-cloud-fs'
s.version = package['version']
s.summary = 'iCloud integration'
s.license = 'MIT'
Expand Down

0 comments on commit 46a4134

Please sign in to comment.