From bd0a1645f75a9be3659e8760f378a451f0249af8 Mon Sep 17 00:00:00 2001 From: EsunR <641411169@qq.com> Date: Thu, 1 Jul 2021 13:59:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8Dios?= =?UTF-8?q?=E7=AB=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RNBaiduMtj.podspec => ios/RNBaiduMtj.podspec | 6 +++--- package.json | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) rename RNBaiduMtj.podspec => ios/RNBaiduMtj.podspec (73%) diff --git a/RNBaiduMtj.podspec b/ios/RNBaiduMtj.podspec similarity index 73% rename from RNBaiduMtj.podspec rename to ios/RNBaiduMtj.podspec index 3c19efd..aa3cc6c 100644 --- a/RNBaiduMtj.podspec +++ b/ios/RNBaiduMtj.podspec @@ -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 @@ -11,8 +11,8 @@ Pod::Spec.new do |s| # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.author = { "author" => "author@domain.cn" } 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 diff --git a/package.json b/package.json index 0822080..1fa95f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-baidu-mtj", - "version": "2.0.4", + "version": "2.0.5", "description": "", "main": "index.js", "scripts": { @@ -19,5 +19,6 @@ "devDependencies": { "react": "^16.13.0", "react-native": "^0.61.5" - } + }, + "homepage": "https://github.com/EsunR/react-native-baidu-mtj" } \ No newline at end of file