From b4089a8b0bf79b857ec67824a11528b927590fc9 Mon Sep 17 00:00:00 2001 From: trusasha Date: Thu, 4 Jan 2024 12:59:23 +0100 Subject: [PATCH] fix: fixed git links --- package.json | 8 ++++---- react-native-apple-music.podspec | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c7d2e05..26553b8 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/trusasha)", + "author": "Lomray Software (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/" }, diff --git a/react-native-apple-music.podspec b/react-native-apple-music.podspec index ee5cc84..91e8258 100644 --- a/react-native-apple-music.podspec +++ b/react-native-apple-music.podspec @@ -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}" @@ -37,5 +37,5 @@ Pod::Spec.new do |s| s.dependency "RCTTypeSafety" s.dependency "ReactCommon/turbomodule/core" end - end + end end