blob: 2a97ae31b870bb79bbb842f43a3804080f75d030 [file] [log] [blame]
{
"name": "FastEasyMapping",
"version": "0.3.1",
"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.1"
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"frameworks": "CoreData",
"source_files": "FastEasyMapping/Source/**/*.{h,m}"
}