Skip to content

Commit efb9dcb

Browse files
Adjust package details to publish to private NPM repo
1 parent fbcbfc1 commit efb9dcb

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

CodetrixStudioCapacitorGoogleAuth.podspec

Lines changed: 0 additions & 15 deletions
This file was deleted.

RentmanCapacitorGoogleAuth.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
Pod::Spec.new do |s|
3+
s.name = 'RentmanCapacitorGoogleAuth'
4+
s.version = '0.0.1'
5+
s.summary = 'Google Auth plugin for capacitor. Forked from @codetrix-studio/capacitor-google-auth to update dependency to comply to Apples privacy manifest requirements'
6+
s.license = 'MIT'
7+
s.homepage = 'https://github.com/rentmanpublic/CapacitorGoogleAuth.git'
8+
s.author = 'Rentman'
9+
s.source = { :git => 'https://github.com/rentmanpublic/CapacitorGoogleAuth.git', :branch => 'master' }
10+
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
11+
s.ios.deployment_target = '12.0'
12+
s.dependency 'Capacitor'
13+
s.dependency 'GoogleSignIn', '~> 7.1.0'
14+
s.static_framework = true
15+
end

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "@codetrix-studio/capacitor-google-auth",
3-
"version": "3.4.0-rc.4",
4-
"description": "Google Auth plugin for capacitor.",
2+
"name": "@rentman/capacitor-google-auth",
3+
"private": true,
4+
"version": "0.0.1",
5+
"description": "Google Auth plugin for capacitor. Forked from @codetrix-studio/capacitor-google-auth to update dependency to comply to Apples privacy manifest requirements",
56
"main": "dist/esm/index.js",
67
"types": "dist/esm/index.d.ts",
78
"scripts": {
@@ -13,7 +14,7 @@
1314
"test": "echo \"no test specified\"",
1415
"docgen": "docgen --api GoogleAuthPlugin --output-readme README.md"
1516
},
16-
"author": "CodetrixStudio",
17+
"author": "",
1718
"license": "MIT",
1819
"devDependencies": {
1920
"@capacitor/android": "^6.0.0",
@@ -36,7 +37,7 @@
3637
"android/",
3738
"!android/src/androidTest",
3839
"!android/src/test",
39-
"CodetrixStudioCapacitorGoogleAuth.podspec"
40+
"RentmanCapacitorGoogleAuth.podspec"
4041
],
4142
"keywords": [
4243
"capacitor",
@@ -60,10 +61,10 @@
6061
},
6162
"repository": {
6263
"type": "git",
63-
"url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth"
64+
"url": "https://github.com/rentmanpublic/CapacitorGoogleAuth.git"
6465
},
6566
"bugs": {
66-
"url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth/issues"
67+
"url": "https://github.com/rentmanpublic/CapacitorGoogleAuth/issues"
6768
},
6869
"prettier": "@ionic/prettier-config"
6970
}

0 commit comments

Comments
 (0)