Skip to content

Commit

Permalink
SwiftDocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Apr 1, 2023
1 parent 2a61dd0 commit 9a74828
Show file tree
Hide file tree
Showing 240 changed files with 600 additions and 11,227 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source 'https://rubygems.org'

gem 'cocoapods'
gem 'jazzy'
23 changes: 0 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,41 +64,19 @@ GEM
httpclient (2.8.3)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jazzy (0.14.3)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4 (~> 1.3)
redcarpet (~> 3.4)
rexml (~> 3.2)
rouge (>= 2.0.6, < 4.0)
sassc (~> 2.1)
sqlite3 (~> 1.3)
xcinvoke (~> 0.3.0)
json (2.6.3)
liferaft (0.0.6)
mini_portile2 (2.8.1)
minitest (5.18.0)
molinillo (0.8.0)
mustache (1.1.1)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
open4 (1.3.4)
public_suffix (4.0.7)
redcarpet (3.6.0)
rexml (3.2.5)
rouge (3.30.0)
ruby-macho (2.5.1)
sassc (2.4.0)
ffi (~> 1.9)
sqlite3 (1.6.2)
mini_portile2 (~> 2.8.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.22.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
Expand All @@ -112,7 +90,6 @@ PLATFORMS

DEPENDENCIES
cocoapods
jazzy

BUNDLED WITH
2.1.4
4 changes: 2 additions & 2 deletions Logboard.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Logboard"
s.version = "2.3.0"
s.version = "2.3.1"
s.summary = "Simple Logging framework"
s.swift_version = "5.0"

Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "11.0"
s.ios.source_files = "Platforms/iOS/*.{h,swift}"

s.osx.deployment_target = "10.9"
s.osx.deployment_target = "10.13"
s.osx.source_files = "Platforms/macOS/*.{h,swift}"

s.tvos.deployment_target = "11.0"
Expand Down
25 changes: 25 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"object": {
"pins": [
{
"package": "SwiftDocCPlugin",
"repositoryURL": "https://github.com/apple/swift-docc-plugin",
"state": {
"branch": null,
"revision": "9b1258905c21fc1b97bf03d1b4ca12c4ec4e5fda",
"version": "1.2.0"
}
},
{
"package": "SymbolKit",
"repositoryURL": "https://github.com/apple/swift-docc-symbolkit",
"state": {
"branch": null,
"revision": "b45d1f2ed151d057b54504d653e0da5552844e34",
"version": "1.0.0"
}
}
]
},
"version": 1
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ let package = Package(
.library(name: "Logboard", targets: ["Logboard"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
],
targets: [
.target(name: "Logboard", dependencies: []),
.testTarget(name: "LogboardTests", dependencies: ["Logboard"])
]
)
278 changes: 0 additions & 278 deletions docs/Classes.html

This file was deleted.

Loading

0 comments on commit 9a74828

Please sign in to comment.