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