blob: c8c58a4df44b305588d10387c3ffacbb0de1a9e4 [file] [log] [blame]
{
"name": "MTLJSONAdapterWithoutNil",
"version": "1.0",
"summary": "Mantle JSON Adapter that ignore null values.",
"homepage": "https://github.com/sdkdimon/MTLJSONAdapterWithoutNil",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Lizin": "sdkdimon@gmail.com"
},
"source": {
"git": "https://github.com/sdkdimon/MTLJSONAdapterWithoutNil.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"module_name": "MTLJSONAdapterWithoutNil",
"source_files": "Classes/*.{h,m}",
"dependencies": {
"Mantle": [
"2.0"
]
}
}