Skip to content

Commit

Permalink
Update GripFramework.podspec for version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yimseongjun committed Aug 9, 2024
1 parent ddde931 commit 48add2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GripFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GripFramework'
s.version = '1.3.0'
s.version = '1.3.1'
s.summary = 'Grip iOS SDK'
s.description = <<-DESC
GripFramework is an iOS-exclusive SDK for embedding live commerce content.
Expand All @@ -10,8 +10,8 @@ Pod::Spec.new do |s|
s.authors = { 'gripcorp' => 'ios_dev@gripcorp.co' }

s.source = {
:http => 'https://github.com/gripcorp/grip-ios-sdk/releases/download/1.3.0/GripFramework.xcframework.zip',
:sha256 => '2f15878a27639a174ce11ad74126d07caf881f16a083ec98bab9503e47525123'
:http => 'https://github.com/gripcorp/grip-ios-sdk/releases/download/1.3.1/GripFramework.xcframework.zip',
:sha256 => 'e2bcb7be2eeaa9744d2d3e3ff2a928612d389bc251a252dde73b868be93923cd'
}

s.swift_version = '5.0'
Expand Down

0 comments on commit 48add2a

Please sign in to comment.