[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / 1 / CompoundFetchedResultsController / 2.1.0 / CompoundFetchedResultsController.podspec.json
blob42661c05fe31b9316c8612c0b26f62f79a738f2f
2   "name": "CompoundFetchedResultsController",
3   "version": "2.1.0",
4   "summary": "Fetched results controller wrapper that allows joining multiple FRCs",
5   "description": "This framework provides fetched results controller subclasses for static data and joining multiple FRCs together into one.",
6   "homepage": "https://github.com/djbe/CompoundFetchedResultsController",
7   "license": "MIT",
8   "authors": {
9     "David Jennes": "david.jennes@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "swift_version": "4.2",
15   "frameworks": [
16     "Foundation",
17     "CoreData"
18   ],
19   "source": {
20     "git": "https://github.com/djbe/CompoundFetchedResultsController.git",
21     "tag": "2.1.0"
22   },
23   "source_files": "Source/**/*.{swift,h,m}",
24   "pod_target_xcconfig": {
25     "DEFINES_MODULE": "YES"
26   }