Skip to content

Commit 7a3daa4

Browse files
author
Michael Oberwasserlechner
committed
fix(): do not use pinned cap version on ios
1 parent bdb91cf commit 7a3daa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ByteowlsCapacitorOauth2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require 'json'
1111
s.homepage = package['homepage']
1212
s.author = package['author']
1313
s.ios.deployment_target = '11.0'
14-
s.dependency 'Capacitor', '1.0.0-beta.16'
14+
s.dependency 'Capacitor', '~> 1.0.0-beta.16'
1515
s.dependency 'OAuthSwift', '1.3.0'
1616
s.source = { :git => 'https://github.com/moberwasserlechner/capacitor-oauth2', :tag => s.version.to_s }
1717
s.source_files = 'ios/ByteowlsCapacitorOauth2/Source/*.{swift,h,m}'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@byteowls/capacitor-oauth2",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "Simple Capacitor OAuth 2 client plugin",
55
"author": "Michael Oberwasserlechner",
66
"homepage": "https://github.com/moberwasserlechner/capacitor-oauth2",

0 commit comments

Comments
 (0)