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