[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / d / PlaceholdersRealm / 0.1.3 / PlaceholdersRealm.podspec.json
blob27c057ab4804f7adb9ceef7ac23725e82e6b500f
2   "name": "PlaceholdersRealm",
3   "version": "0.1.3",
4   "summary": "Realm bindings for https://gitlab.com/divnyi/Placeholders library.",
5   "description": "Realm bindings for https://gitlab.com/divnyi/Placeholders library. Allows to obtain RowsProvider<Type> directly from Realm, reacting on updates for observed entities.",
6   "authors": {
7     "Oleksii Horishnii": "oleksii.horishnii@gmail.com"
8   },
9   "license": {
10     "type": "WTFPL",
11     "file": "LICENSE"
12   },
13   "homepage": "https://gitlab.com/divnyi/Placeholders",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://gitlab.com/divnyi/Placeholders.git",
19     "tag": "0.1.3"
20   },
21   "source_files": "PlaceholdersRealm/**/*.swift",
22   "dependencies": {
23     "Placeholders": [
25     ],
26     "RealmSwift": [
28     ]
29   }