[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / a / CBDCoreDataToolKit / 3.3.0 / CBDCoreDataToolKit.podspec.json
blobd58eac60154236600b0d63d95c5211796a109c99
2   "name": "CBDCoreDataToolKit",
3   "version": "3.3.0",
4   "summary": "Cloning, replacing, importing with CoreData",
5   "description": "Cloning, replacing, importing with CoreData\n\n* cloning a NSManagedObject from a NSManagedObjectContext (MOC) to another\n* replacing a NSManagedObject by another\n* importing objects from a MOC to another MOC\n* wrapping methods for fetching objects. These methods don't create the MOC, the NSManagedObjectModel, etc. So, they are fully working with NSPersistentDocument",
6   "authors": {
7     "Colas": "colas.bardavid@gmail.com"
8   },
9   "homepage": "https://github.com/colasbd/CBDCoreDataToolKit",
10   "license": {
11     "type": "MIT"
12   },
13   "source": {
14     "git": "https://github.com/colasbd/CBDCoreDataToolKit.git",
15     "tag": "3.3.0"
16   },
17   "source_files": "Classes/**/*.{h,m}",
18   "prefix_header_contents": "#define TODO(args...)",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.0",
22     "osx": "10.7"
23   },
24   "frameworks": "CoreData"