[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 8 / 9 / 0 / BSManagedDocument / 0.3.2 / BSManagedDocument.podspec.json
blob07d35230b47081706e23a02c091f008481431635
2   "name": "BSManagedDocument",
3   "version": "0.3.2",
4   "summary": "Brings UIManagedDocument's design to OS X.",
5   "description": "A document class that mimics `UIManagedDocument` to support Core Data in all its modern glory:\n\n  *   Saves to a file package.\n  *   On 10.7+, asynchronous saving is supported. We set up a parent/child pair of contexts; the parent saves on its own thread.\n  *   Full support for concurrent document opening too.\n  *   Subclasses can hook in to manage additional content inside the package.\n  *   A hook is also provided at the best time to set metadata for the store.\n  *   New docs have the bundle bit set on them. It means that if the doc gets transferred to a Mac without your app installed, with the bundle bit still intact, it will still appear in the Finder as a file package rather than a folder.\n  *   If the document moves on disk, Core Data is kept informed of the new location.\n  *   If multiple validation errors occur during saving, the presented error is adjusted to make debugging a little easier.\n  *   And of course, full support for Autosave-In-Place and Versions.\n  ",
6   "homepage": "https://github.com/karelia/BSManagedDocument",
7   "license": "BSD",
8   "authors": {
9     "Mike Abdullah": "me@mikeabdullah.net",
10     "Sasmito Adibowo": "adib@basil-salad.com"
11   },
12   "source": {
13     "git": "https://github.com/karelia/BSManagedDocument.git",
14     "tag": "v0.3.2"
15   },
16   "platforms": {
17     "osx": "10.6"
18   },
19   "source_files": [
20     "BSManagedDocument.h",
21     "BSManagedDocument.m"
22   ],
23   "requires_arc": false