blob: d25a9a7c7e6a015c7a4ef5b7bad27d0949b2dbd5 [file] [log] [blame]
{
"name": "IVGCoreDataUtils",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "LibClasses/*{.h,.m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"CoreGraphics",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"IVGUtils": [
]
}
}