blob: 0140a54073af1826d54d6c62c5ccd922e0ec16f6 [file] [log] [blame]
{
"name": "ManagedMappingObject",
"version": "0.2.1",
"summary": "Converting NSManagedObject to NSDictionary (and back again).",
"homepage": "https://github.com/PlusR/ManagedMappingObject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"azu": "info@efcl.info",
"PlusR": "sp@plusr.co.jp"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/PlusR/ManagedMappingObject.git",
"tag": "0.2.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "src/MappingService.{h,m}"
},
{
"name": "ManagedMappingObject",
"source_files": "src/ManagedMappingObject.{h,m}",
"frameworks": "CoreData",
"dependencies": {
"ManagedMappingObject/Core": [
]
}
}
]
}