blob: 5a21193f1b46d37351c7672ccd5a789f7b980028 [file] [log] [blame]
{
"name": "Realm-JSONAPI",
"version": "0.1.4",
"summary": "Easily integrate with a JSON-API compliant server",
"description": "Realm-JSONAPI provides a set of utilities to easily move between\nJSON-API formatted data (http://jsonapi.org) and Realm objects (http://realm.io).",
"homepage": "https://github.com/Patreon/Realm-JSONAPI",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"David Kettler": "david@patreon.com"
},
"source": {
"git": "https://github.com/Patreon/Realm-JSONAPI.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Realm-JSONAPI/Classes/**/*",
"dependencies": {
"Realm": [
"~> 2.1.0"
]
}
}