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