blob: f7657b49c5fc078432684f06cac0f0602afbdfad [file] [log] [blame]
{
"name": "IdentityMapper",
"version": "0.5.0",
"source": {
"git": "https://github.com/pjechris/IdentityMapper.git",
"tag": "0.5.0"
},
"summary": "Ensure each object from WS or databse get loaded only once in memory",
"description": "Implementation of the Identity map design pattern. That allow you to ensure consistency by creating\n only one object per WS/database record. No more conflicts nor object update issue!",
"homepage": "https://github.com/pjechris/IdentityMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "pjechris",
"platforms": {
"ios": "6.0",
"osx": "10.8",
"watchos": "2.0"
},
"source_files": "Src/**/*.{h,m}",
"prefix_header_file": "Src/IdentityMapper.h",
"private_header_files": [
"Src/IDMIdentityStorage.h"
],
"requires_arc": true
}