Skip to content

Commit

Permalink
fix: 尝试修复ios端的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
EsunR committed Jul 1, 2021
1 parent ef94878 commit bd0a164
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions RNBaiduMtj.podspec → ios/RNBaiduMtj.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "RNBaiduMtj"
s.version = "2.0.4"
s.version = "2.0.5"
s.summary = "RNBaiduMtj"
s.description = <<-DESC
RNBaiduMtj
Expand All @@ -11,8 +11,8 @@ Pod::Spec.new do |s|
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/author/RNBaiduMtj.git", :tag => "master" }
s.source_files = "ios/**/*.{h,m}"
s.source = { :git => "https://github.com/EsunR/react-native-baidu-mtj.git", :tag => "master" }
s.source_files = "**/*.{h,m}"
s.requires_arc = true


Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-baidu-mtj",
"version": "2.0.4",
"version": "2.0.5",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -19,5 +19,6 @@
"devDependencies": {
"react": "^16.13.0",
"react-native": "^0.61.5"
}
},
"homepage": "https://github.com/EsunR/react-native-baidu-mtj"
}

0 comments on commit bd0a164

Please sign in to comment.