Skip to content

Commit

Permalink
Initial code
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarSDagdu committed Jan 26, 2019
1 parent cb6425c commit 07f9e67
Show file tree
Hide file tree
Showing 70 changed files with 244,336 additions and 59 deletions.
1 change: 1 addition & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use_frameworks!

target 'SDDatabase_Example' do
pod 'FMDB/SQLCipher'
pod 'SDDatabase', :path => '../'

target 'SDDatabase_Tests' do
Expand Down
27 changes: 27 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
PODS:
- FMDB/SQLCipher (2.7.5):
- SQLCipher
- SDDatabase (0.1.0):
- FMDB/SQLCipher
- SQLCipher (4.0.0):
- SQLCipher/standard (= 4.0.0)
- SQLCipher/common (4.0.0)
- SQLCipher/standard (4.0.0):
- SQLCipher/common

DEPENDENCIES:
- FMDB/SQLCipher
- SDDatabase (from `../`)

EXTERNAL SOURCES:
SDDatabase:
:path: ../

SPEC CHECKSUMS:
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
SDDatabase: c907f631990d26913a78e7763f73ef30b6f21f22
SQLCipher: 37c820e1ada7f2c2782ec6bfb6be9a9660209ff5

PODFILE CHECKSUM: d485331dfea86ef805f642e8ab1bcf2b9e0fbfe3

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

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

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

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions Example/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 07f9e67

Please sign in to comment.