Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed May 30, 2023
1 parent 2268152 commit e71a5e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Nativebrik.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|
s.name = 'Nativebrik'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'Nativebrik SDK'
s.description = <<-DESC
Nativebrik SDK for iOS.
DESC

s.homepage = 'https://nativebrik.com'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.author = { '14113526' => '[email protected]' }
s.author = { 'Nativebrik' => '[email protected]' }
s.source = { :git => 'https://github.com/plaidev/nativebrik-sdk.git', :tag => 'v' + s.version.to_s }

s.swift_version = '5'
s.ios.deployment_target = '16.4'
s.ios.deployment_target = '13.0'

s.source_files = 'ios/Nativebrik/Classes/**/*'

Expand Down
4 changes: 2 additions & 2 deletions ios/Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PODS:
- iOSSnapshotTestCase/Core (8.0.0)
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
- iOSSnapshotTestCase/Core
- Nativebrik (0.1.0):
- Nativebrik (0.1.3):
- YogaKit (~> 1.18)
- Nimble (10.0.0)
- Nimble-Snapshots (9.4.0):
Expand Down Expand Up @@ -46,7 +46,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
Nativebrik: 417576b07157d5586bcebb771bee3a3b63b48ea6
Nativebrik: 4a5aa41128e6bb117c8936f76677247500a7c9c7
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Nimble-Snapshots: ef281b908c604f78c8313587e25ea92c8ab513d7
Quick: f5754d69b7013f5864c29aab9ae6f0c79c5bc200
Expand Down

0 comments on commit e71a5e9

Please sign in to comment.