Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuwei committed Oct 13, 2024
1 parent f05aed8 commit 17a371f
Show file tree
Hide file tree
Showing 39 changed files with 7,300 additions and 260 deletions.
3 changes: 2 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ platform :osx, '13.5.2'
use_frameworks!

target 'hallelujah' do
pod 'FMDB'
pod "GCDWebServer", "~> 3.0"
pod 'MDCDamerauLevenshtein', :git => 'https://github.com/modocache/MDCDamerauLevenshtein.git', :branch => 'master'
end
Expand All @@ -19,4 +20,4 @@ post_install do |installer|
end
end
end
end
end
10 changes: 9 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
PODS:
- FMDB (2.7.12):
- FMDB/standard (= 2.7.12)
- FMDB/Core (2.7.12)
- FMDB/standard (2.7.12):
- FMDB/Core
- GCDWebServer (3.5.4):
- GCDWebServer/Core (= 3.5.4)
- GCDWebServer/Core (3.5.4)
- MDCDamerauLevenshtein (0.1.0)

DEPENDENCIES:
- FMDB
- GCDWebServer (~> 3.0)
- MDCDamerauLevenshtein (from `https://github.com/modocache/MDCDamerauLevenshtein.git`, branch `master`)

SPEC REPOS:
trunk:
- FMDB
- GCDWebServer

EXTERNAL SOURCES:
Expand All @@ -23,9 +30,10 @@ CHECKOUT OPTIONS:
:git: https://github.com/modocache/MDCDamerauLevenshtein.git

SPEC CHECKSUMS:
FMDB: 728731dd336af3936ce00f91d9d8495f5718a0e6
GCDWebServer: 2c156a56c8226e2d5c0c3f208a3621ccffbe3ce4
MDCDamerauLevenshtein: 5b84ae3325d6678d44850915e882ce22d4d5537d

PODFILE CHECKSUM: 97aa7f494743e0815318a886fcba109e8ae99240
PODFILE CHECKSUM: 80832d72de810a4f8b94bf564ff950f93493b862

COCOAPODS: 1.15.2
28 changes: 28 additions & 0 deletions Pods/FMDB/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

546 changes: 546 additions & 0 deletions Pods/FMDB/README.markdown

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions Pods/FMDB/privacy/PrivacyInfo.xcprivacy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions Pods/FMDB/src/fmdb/FMDB.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 17a371f

Please sign in to comment.