[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / d / a / CBDCoreDataToolKit / 0.0.2 / CBDCoreDataToolKit.podspec.json
blob8621c74761e0618d2a65f908149654d340eab56d
2   "name": "CBDCoreDataToolKit",
3   "version": "0.0.2",
4   "summary": "Clone, replace and search methods for CoreData",
5   "description": "                  Cool and powerful methods for CoreData\n\n                  * cloning a NSManagedObject from a NSManagedObjectContext (MOC) to another\n                  * replacing a NSManagedObject by another\n                  * wrapping methods for fetching objects. These methods don't create the MOC, the NSManagedObjectModel, etc. So, they are fully working with NSPersistentDocument\n",
6   "authors": {
7     "Colas": "colas.bardavid@gmail.com"
8   },
9   "homepage": "https://github.com/colasjojo/CBDCoreDataToolKit",
10   "license": {
11     "type": "MIT"
12   },
13   "source": {
14     "git": "https://github.com/colasjojo/CBDCoreDataToolKit.git",
15     "tag": "0.0.2"
16   },
17   "source_files": "Classes/CBDCoreDataToolKit.h",
18   "requires_arc": true,
19   "frameworks": "CoreData",
20   "subspecs": [
21     {
22       "name": "Cloning",
23       "source_files": "Classes/Cloning/**/*.{h,m}"
24     },
25     {
26       "name": "Replacing",
27       "source_files": "Classes/Replacing/**/*.{h,m}"
28     },
29     {
30       "name": "ActiveRecord",
31       "source_files": "Classes/ActiveRecord/**/*.{h,m}"
32     }
33   ]