Skip to content

Commit

Permalink
fix: fixed git links
Browse files Browse the repository at this point in the history
  • Loading branch information
trusasha committed Jan 4, 2024
1 parent a62e1af commit b4089a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/trusasha/react-native-apple-music.git"
"url": "git+https://github.com/Lomray-Software/react-native-apple-music.git"
},
"author": "Lomray Software <hts.sasha800i@gmail.com> (https://github.com/trusasha)",
"author": "Lomray Software <mikhail.yarmaliuk@lomray.com> (https://github.com/Lomray-Software)",
"license": "MIT",
"bugs": {
"url": "https://github.com/trusasha/react-native-apple-music/issues"
"url": "https://github.com/Lomray-Software/react-native-apple-music/issues"
},
"homepage": "https://github.com/trusasha/react-native-apple-music#readme",
"homepage": "https://github.com/Lomray-Software/react-native-apple-music#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down
6 changes: 3 additions & 3 deletions react-native-apple-music.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => "11.0" }
s.source = { :git => "https://github.com/trusasha/react-native-apple-music.git", :tag => "#{s.version}" }
s.platforms = { :ios => "15.0" }
s.source = { :git => "https://github.com/Lomray-Software/react-native-apple-music.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"

Expand All @@ -37,5 +37,5 @@ Pod::Spec.new do |s|
s.dependency "RCTTypeSafety"
s.dependency "ReactCommon/turbomodule/core"
end
end
end
end

0 comments on commit b4089a8

Please sign in to comment.