Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-lambert committed Jan 9, 2025
1 parent 8f7d2a6 commit 4bdecb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 56 deletions.
4 changes: 2 additions & 2 deletions IonicPortals.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/capacitorjs'
s.license = 'Commercial'
s.homepage = 'https://ionic.io/portals'
s.ios.deployment_target = '13.0'
s.ios.deployment_target = '14.0'
s.authors = { 'Ionic Team' => '[email protected]' }
s.source = { git: 'https://github.com/ionic-team/ionic-portals-ios.git', tag: s.version.to_s }
s.source_files = 'Sources/IonicPortals/**/*.swift'
s.dependency 'Capacitor', '~> 6.0'
s.dependency 'Capacitor', '~> 7.0'
s.dependency 'IonicLiveUpdates', '>= 0.5.0', '< 0.6.0'
s.swift_version = '5.7'
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import PackageDescription

let package = Package(
name: "IonicPortals",
platforms: [.iOS(.v13)],
platforms: [.iOS(.v14)],
products: [
.library(
name: "IonicPortals",
targets: ["IonicPortals"]
)
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm", .upToNextMajor(from: "6.0.0")),
.package(url: "https://github.com/ionic-team/capacitor-swift-pm", .upToNextMajor(from: "7.0.0")),
.package(url: "https://github.com/ionic-team/ionic-live-updates-releases", "0.5.0"..<"0.6.0"),
.package(url: "https://github.com/pointfreeco/swift-clocks", .upToNextMajor(from: "1.0.2"))
],
Expand Down
23 changes: 0 additions & 23 deletions Sources/IonicPortals/JSONDecoder+JSObject.swift

This file was deleted.

29 changes: 0 additions & 29 deletions Sources/IonicPortals/JSONEncoder+JSObject.swift

This file was deleted.

0 comments on commit 4bdecb6

Please sign in to comment.