blob: 5051eb0a8590e1d2316d790841293073899a5810 [file] [log] [blame]
{
"name": "FastEasyMapping",
"version": "1.1.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": "1.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "9.0"
},
"frameworks": "CoreData",
"source_files": "FastEasyMapping/Source/**/*.{h,m}",
"private_header_files": "FastEasyMapping/Source/Extensions/**/*.h"
}