blob: 9d728a779211d5f109f02c606ee41893c0d211a5 [file] [log] [blame]
{
"name": "VLRealm+JSON",
"version": "0.3.0",
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A concise Mantle-like way of working with Realm and JSON.",
"homepage": "https://github.com/viktorasl/Realm-JSON",
"authors": {
"Viktoras Laukevičius": "viktoras.laukevicius@yahoo.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/viktorasl/Realm-JSON.git",
"branch": "master",
"tag": "0.3.0"
},
"source_files": "Realm+JSON/*.{h,m}",
"public_header_files": "Realm+JSON/*.h",
"dependencies": {
"Realm": [
"~> 2.0"
]
}
}