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