[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 7 / b / 4 / AKRealmUtils / 1.0.0 / AKRealmUtils.podspec.json
blobfe3c2503e12fd97dc9658607301e1143dc8f7a0d
2   "name": "AKRealmUtils",
3   "version": "1.0.0",
4   "summary": "Realm and Marshal tools",
5   "description": "This library simplifies workflow with Realm and provides some helper methods for mapping via Marshal",
6   "homepage": "https://github.com/Artem-Kalmykov/AKRealmUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Artem-Kalmykov": "ar.kalmykov@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/Artem-Kalmykov/AKRealmUtils.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "AKRealmUtils/Classes/**/*",
23   "dependencies": {
24     "Realm": [
26     ],
27     "RealmSwift": [
29     ],
30     "Marshal": [
32     ]
33   }