[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / f / d / IVGCoreDataUtils / 1.0.1 / IVGCoreDataUtils.podspec.json
blob18937947b34c6317e04663fc0a619931fc40b06e
2   "name": "IVGCoreDataUtils",
3   "version": "1.0.1",
4   "summary": "Miscellaneous core data helper routines for iOS",
5   "homepage": "https://github.com/ivygulch/IVGCoreDataUtils",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "dwsjoquist": "dwsjoquist@sunetos.com"
12   },
13   "source": {
14     "git": "https://github.com/ivygulch/IVGCoreDataUtils.git",
15     "tag": "v1.0.1"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "LibClasses/*{.h,.m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "CoreData",
25     "CoreGraphics",
26     "CoreData"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "IVGUtils": [
32     ]
33   }