[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 5 / 8 / RealmDAO / 1.2.3 / RealmDAO.podspec.json
blob3d3bb2efd337186435fa700d5f27f0ef577cd58f
2   "name": "RealmDAO",
3   "version": "1.2.3",
4   "summary": "Swift framework to work with generic DAO's in Realm",
5   "homepage": "https://github.com/rusito-23/RealmDAO",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Igor Andruskiewitsch": "i.andruskiewitsch23@gmail.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "swift_version": "4.2",
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/rusito-23/RealmDAO.git",
20     "tag": "v1.2.3",
21     "submodules": true
22   },
23   "source_files": "RealmDAO/**/*.{h,swift}",
24   "dependencies": {
25     "Realm": [
27     ],
28     "RealmSwift": [
30     ],
31     "SwiftyBeaver": [
33     ]
34   }