blob: e51bfcf5cdab45afc48e098f7b234f8643c88439 [file] [log] [blame]
{
"name": "FastEasyMapping",
"version": "1.2.2",
"summary": "Fast mapping from JSON to CoreData / Realm (github.com/Yalantis/FastEasyMappingRealm) / Plain NSObject",
"homepage": "https://github.com/Yalantis/FastEasyMapping",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dima Zen": "zen.dev@yandex.com"
},
"source": {
"git": "https://github.com/Yalantis/FastEasyMapping.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"frameworks": "CoreData",
"source_files": "FastEasyMapping/**/*.{h,m}",
"private_header_files": "FastEasyMapping/Source/Private/**/*{.h}"
}