From 9b063469d16ee4bfed0acc02dd9424c168940ccb Mon Sep 17 00:00:00 2001 From: wbmcircle Date: Wed, 6 Nov 2024 13:54:10 +0900 Subject: [PATCH] update --- GraphQLite.podspec | 2 +- gqlite-lib/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GraphQLite.podspec b/GraphQLite.podspec index 6edd571..7cd1f13 100644 --- a/GraphQLite.podspec +++ b/GraphQLite.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.homepage = 'https://relatedcode.com' s.author = { 'Related Code' => 'info@relatedcode.com' } - s.source = { :git => 'https://github.com/relatedcode/GraphQLite.git', :tag => s.version } + s.source = { :git => 'https://github.com/wbmcircle/GraphQLite.git', :tag => s.version } s.source_files = 'ios-sdk/Sources/**/*.swift' s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' } diff --git a/gqlite-lib/package.json b/gqlite-lib/package.json index 4a0b955..b5c4dd5 100644 --- a/gqlite-lib/package.json +++ b/gqlite-lib/package.json @@ -10,7 +10,7 @@ "homepage": "https://graphqlite.com", "repository": { "type": "git", - "url": "https://github.com/relatedcode/GraphQLite.git" + "url": "https://github.com/wbmcircle/GraphQLite.git" }, "scripts": { "build": "tsc"