blob: 88955e04e522a6c5429223d17407998b5cf4fbe1 [file] [log] [blame]
{
"name": "iModel",
"version": "0.0.3",
"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.3"
},
"source_files": "iModel/*",
"dependencies": {
"iService": [
"~> 0.0"
],
"iPromise": [
"~> 1.1"
]
}
}