We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f47f36 commit 6437f9dCopy full SHA for 6437f9d
.github/workflows/naming.yaml
@@ -7,4 +7,4 @@ jobs:
7
name: Reusable
8
uses: payrails/actions/.github/workflows/reusable-naming.yaml@main
9
secrets:
10
- jira_token: ${{ secrets.JIRA_TOKEN }}
+ linear_api_key_read: ${{ secrets.LINEAR_API_KEY_READ }}
PayrailsCSE.podspec
@@ -28,7 +28,7 @@ SDK provides client side encryption and tokenization on Payrails platform.
28
s.author = { 'Payrails' => 'contact@payrails.com' }
29
s.source = { :git => 'https://github.com/payrails/ios-cse.git', :tag => s.version.to_s }
30
31
- s.ios.deployment_target = '10.0'
+ s.ios.deployment_target = '13.0'
32
33
s.source_files = 'Sources/**/*'
34
s.dependency 'JOSESwift'
0 commit comments