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