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