[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / d / 0 / 4 / MDBRepository / 1.0.1 / MDBRepository.podspec.json
blob1cdc17453f5ed5eb680d6b2a09a29c81ef6c5384
2   "name": "MDBRepository",
3   "version": "1.0.1",
4   "summary": "Database Repository Pattern on GRDB with cipher",
5   "description": "Our main focus to remove boilderplate code for Database Operation in iOS. This is comes with database repository pattern on GRDB",
6   "homepage": "https://github.com/developer-celusion/dbrepo.swift.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "swapnil.nandgave@celusion.com": "swapnil.nandgave@celusion.com"
13   },
14   "source": {
15     "git": "https://github.com/developer-celusion/dbrepo.swift.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MDBRepository/Classes/**/*",
22   "dependencies": {
23     "GRDBCipher": [
25     ]
26   }