blob: fe368795080cc01e5e96b9953f7777d24fc5de9e [file] [log] [blame]
{
"name": "FastEasyMapping",
"version": "0.3.7",
"summary": "Fast mapping from JSON to NSObject / NSManagedObject and back",
"homepage": "https://github.com/Yalantis/FastEasyMapping",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitriy Zen": "dmitriy.shemet@yalantis.com"
},
"source": {
"git": "https://github.com/Yalantis/FastEasyMapping.git",
"tag": "0.3.7"
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"frameworks": "CoreData",
"source_files": "FastEasyMapping/Source/**/*.{h,m}"
}