[Add] HandyStorage 1.0.3
[CocoaPods.git] / Specs / 1 / 0 / 6 / Realm+JSON / 0.2.2 / Realm+JSON.podspec.json
blob3cad08836cbfdb935943485ff9a2dca144d002b3
2   "name": "Realm+JSON",
3   "version": "0.2.2",
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.2"
21   },
22   "source_files": "Realm+JSON/*.{h,m}",
23   "public_header_files": "Realm+JSON/*.h",
24   "dependencies": {
25     "Realm": [
26       "~> 0.87.0"
27     ]
28   }