blob: 4aa8b7b0dbf5de87e6fa5ed9c1655255a7888644 [file] [log] [blame]
{
"name": "KZTDataMapper",
"summary": "Small dictionary-object mapper library",
"version": "1.0",
"license": "MIT",
"homepage": "https://github.com/kazyk/KZTDataMapper",
"authors": {
"Kazuyuki Takahashi": "kazyk"
},
"source": {
"git": "https://github.com/kazyk/KZTDataMapper.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DataMapper/*.{h,m}",
"frameworks": "CoreData"
}