blob: 17af5058e0a88bdcd53a0a483cef77ff2e3ef014 [file] [log] [blame]
{
"name": "KSExtensibleManagedObject",
"version": "2.0.5",
"summary": "Extends `NSManagedObject` to provide an additional store for non-modelled properties.",
"homepage": "http://www.mikeabdullah.net/ksextensiblemanagedobject.html",
"license": "MIT",
"authors": {
"Mike Abdullah": "me@mikeabdullah.net"
},
"source": {
"git": "https://github.com/karelia/KSExtensibleManagedObject.git",
"tag": "v2.0.5"
},
"platforms": {
"ios": "2.0",
"osx": "10.5"
},
"source_files": [
"KSExtensibleManagedObject.m",
"KSExtensibleManagedObject.h"
],
"frameworks": "CoreData",
"requires_arc": false
}