blob: 18937947b34c6317e04663fc0a619931fc40b06e [file] [log] [blame]
{
"name": "IVGCoreDataUtils",
"version": "1.0.1",
"summary": "Miscellaneous core data helper routines for iOS",
"homepage": "https://github.com/ivygulch/IVGCoreDataUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dwsjoquist": "dwsjoquist@sunetos.com"
},
"source": {
"git": "https://github.com/ivygulch/IVGCoreDataUtils.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "LibClasses/*{.h,.m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"CoreGraphics",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"IVGUtils": [
]
}
}