Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
linjie-firework committed Sep 13, 2024
1 parent 051597a commit 0c64d2b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 25 deletions.
4 changes: 2 additions & 2 deletions FireworkVideoUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FireworkVideoUI'
s.version = '0.2.0'
s.version = '0.2.1'
s.summary = 'An extension library meant to provide easier interfaces for the FireworkVideoSDK.'
s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_ui_extensions'
s.license = 'Apache License, Version 2.0'
Expand All @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.swift_version = '5.3'
s.source_files = 'Sources/**/*.{swift}'

s.dependency 'FireworkVideo'
s.dependency 'FireworkVideo', '~> 1.24.0'
end
24 changes: 13 additions & 11 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"pins" : [
{
"identity" : "firework_ios_sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/loopsocial/firework_ios_sdk.git",
"state" : {
"revision" : "6a48583650f89d39e80671e645a66107e4d800de",
"version" : "1.24.0-beta.4"
"object": {
"pins": [
{
"package": "FireworkVideo",
"repositoryURL": "https://github.com/loopsocial/firework_ios_sdk.git",
"state": {
"branch": null,
"revision": "9899acad99b0cd35b1eea0a938fecf2f021fbf0a",
"version": "1.24.2"
}
}
}
],
"version" : 2
]
},
"version": 1
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.6
// swift-tools-version: 5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"pins" : [
{
"identity" : "firework_ios_sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/loopsocial/firework_ios_sdk.git",
"state" : {
"revision" : "bdcd93d20dfbba41e69fe19afb5b37e90f07581e",
"version" : "1.24.0"
"object": {
"pins": [
{
"package": "FireworkVideo",
"repositoryURL": "https://github.com/loopsocial/firework_ios_sdk.git",
"state": {
"branch": null,
"revision": "9899acad99b0cd35b1eea0a938fecf2f021fbf0a",
"version": "1.24.2"
}
}
}
],
"version" : 2
]
},
"version": 1
}

0 comments on commit 0c64d2b

Please sign in to comment.