blob: a0c497a8bba5b376876e85380e9b02cd5c5c2550 [file] [log] [blame]
{
"name": "FastEasyMapping",
"version": "0.5.1",
"summary": "Fast mapping from JSON to NSObject / NSManagedObject and back",
"homepage": "https://github.com/Yalantis/FastEasyMapping",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitriy Zen": "zen.dev@yandex.com"
},
"source": {
"git": "https://github.com/Yalantis/FastEasyMapping.git",
"tag": "0.5.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"frameworks": "CoreData",
"source_files": "FastEasyMapping/Source/**/*.{h,m}"
}