[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / b / c / RealmExtensions / 1.0 / RealmExtensions.podspec.json
blobe868b22352e07db1e545e1293f26d9fb22f57dcc
2   "name": "RealmExtensions",
3   "version": "1.0",
4   "summary": "Extensions for Realm Cocoa framework",
5   "description": "Modifed Realm+JSON library",
6   "homepage": "https://github.com/pasha010/realm-cocoa-extensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pavel Malkov": "mpa026@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pasha010/realm-cocoa-extensions",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "RealmExtensions/*",
22   "module_map": "RealmExtensions/RealmExtensions.modulemap",
23   "dependencies": {
24     "Realm": [
25       "~> 2.0"
26     ]
27   }