blob: f3556bb1e75730e1ae5a61167ec49007a2ef58d9 [file] [log] [blame]
{
"name": "iModel",
"version": "0.0.5",
"summary": "Validation, JSON parsing and async remote communication in one bundle.",
"description": "iModel was created to provide a simple boilerplate for creating data models. It provides\ndata validation and a CRUD over HTTP interface with seamless JSON parsing.",
"homepage": "https://github.com/theddnc/iModel",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"Jakub Zaczek": "zaczekjakub@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/theddnc/iModel.git",
"tag": "0.0.5"
},
"source_files": "iModel/*",
"dependencies": {
"iService": [
"~> 0.0"
],
"iPromise": [
"~> 1.1"
]
}
}