[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / e / MECoreDataKit / 1.0.5 / MECoreDataKit.podspec.json
blob3ab2c97becc13b6f157aa17b4ad0938a129ab8b2
2   "name": "MECoreDataKit",
3   "version": "1.0.5",
4   "authors": {
5     "William Towe": "willbur1984@gmail.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "homepage": "https://github.com/TeamMaestro/MECoreDataKit",
12   "source": {
13     "git": "https://github.com/TeamMaestro/MECoreDataKit.git",
14     "tag": "1.0.5"
15   },
16   "summary": "A collection of classes that extend the CoreData framework.",
17   "description": "Convenience methods for fetch requests, saving recursively, and importing from or converting to/from JSON sources are included.",
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "dependencies": {
23     "MEFoundation": [
24       "~> 1.0.0"
25     ]
26   },
27   "requires_arc": true,
28   "frameworks": [
29     "Foundation",
30     "CoreData"
31   ],
32   "ios": {
33     "frameworks": "UIKit"
34   },
35   "osx": {
36     "frameworks": "AppKit"
37   },
38   "source_files": "MECoreDataKit"