[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / 6 / Realm+JSON / 0.2.14 / Realm+JSON.podspec.json
blobe95b7dd36cbaa773f55b4af70869f8b6c07369ae
2   "name": "Realm+JSON",
3   "version": "0.2.14",
4   "platforms": {
5     "ios": "7.0",
6     "osx": "10.9",
7     "watchos": "2.0"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "summary": "A concise Mantle-like way of working with Realm and JSON.",
14   "homepage": "https://github.com/matthewcheok/Realm-JSON",
15   "authors": {
16     "Matthew Cheok": "cheok.jz@gmail.com"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/matthewcheok/Realm-JSON.git",
21     "branch": "master",
22     "tag": "0.2.14"
23   },
24   "source_files": "Realm+JSON/*.{h,m}",
25   "public_header_files": "Realm+JSON/*.h",
26   "dependencies": {
27     "Realm": [
28       "~> 0.95"
29     ]
30   }