blob: 9b50ebaede40e80288defa0f58ab8a907390df6d [file] [log] [blame]
{
"name": "Realm+JSON",
"version": "0.2.9",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A concise Mantle-like way of working with Realm and JSON.",
"homepage": "https://github.com/matthewcheok/Realm-JSON",
"authors": {
"Matthew Cheok": "cheok.jz@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/matthewcheok/Realm-JSON.git",
"branch": "master",
"tag": "0.2.9"
},
"source_files": "Realm+JSON/*.{h,m}",
"public_header_files": "Realm+JSON/*.h",
"dependencies": {
"Realm": [
"~> 0.92"
]
}
}