[Add] DocumentReaderFullAuthRFIDNightly 7.6.11079
[CocoaPods.git] / Specs / 1 / 0 / 6 / Realm+JSON / 0.2.3 / Realm+JSON.podspec.json
blob6f5f23a04ec4b916fedb02bc471d3eb18c731131
2   "name": "Realm+JSON",
3   "version": "0.2.3",
4   "platforms": {
5     "ios": "7.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.2.3"
21   },
22   "source_files": "Realm+JSON/*.{h,m}",
23   "public_header_files": "Realm+JSON/*.h",
24   "dependencies": {
25     "Realm": [
26       "~> 0.88.0"
27     ]
28   }