blob: 42661c05fe31b9316c8612c0b26f62f79a738f2f [file] [log] [blame]
{
"name": "CompoundFetchedResultsController",
"version": "2.1.0",
"summary": "Fetched results controller wrapper that allows joining multiple FRCs",
"description": "This framework provides fetched results controller subclasses for static data and joining multiple FRCs together into one.",
"homepage": "https://github.com/djbe/CompoundFetchedResultsController",
"license": "MIT",
"authors": {
"David Jennes": "david.jennes@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"frameworks": [
"Foundation",
"CoreData"
],
"source": {
"git": "https://github.com/djbe/CompoundFetchedResultsController.git",
"tag": "2.1.0"
},
"source_files": "Source/**/*.{swift,h,m}",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
}
}