[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / 8 / a / MZCoreDataBrowser / 1.1.1 / MZCoreDataBrowser.podspec.json
blobffcee495553cdf1f37dcdbb5571a31437c9c96c0
2   "name": "MZCoreDataBrowser",
3   "version": "1.1.1",
4   "summary": "A quick and powerful Core Data browser for developers",
5   "description": "`MZCoreDataBrowser` provides a super quick way to visualize and navigate your Core Data objects.\nIt is designed to be used within a debug / developer menu in an application and to be trivially\neasy to integrate. Simply hand it a MOC, put it onscreen, and you're ready to go.",
6   "homepage": "https://github.com/moshozen/MZCoreDataBrowser",
7   "license": "MIT",
8   "authors": {
9     "Mat Trudel": "mat@geeky.net"
10   },
11   "source": {
12     "git": "https://github.com/moshozen/MZCoreDataBrowser.git",
13     "tag": "1.1.1"
14   },
15   "social_media_url": "https://twitter.com/mattrudel",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/MZCoreDataBrowserViewController.h"