Skip to content

Commit fb6f417

Browse files
committed
Add readme
1 parent 6fdb5bd commit fb6f417

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# DBClient
2+
3+
## Requirements
4+
5+
- Xcode 8
6+
- Swift 3
7+
- iOS 9+
8+
9+
## Installation
10+
11+
### Cocoapods
12+
13+
There're 3 podspecs:
14+
15+
Core, common classes for any database:
16+
17+
```ruby
18+
pod 'DBClient', '~> 1.0'
19+
```
20+
21+
Wrapper for CoreData:
22+
23+
```ruby
24+
pod 'DBClient/CoreData', '~> 1.0'
25+
```
26+
27+
Wrapper for Realm:
28+
29+
```ruby
30+
pod 'DBClient/Realm', '~> 1.0'
31+
```
32+
⚠️ It's not ready yet (there're problems with deletion and observation)

0 commit comments

Comments
 (0)