| { |
| "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": [ |
| |
| ] |
| } |
| } |