blob: c37a60dbc1dddbd10b85e1ab1478954767ec6708 [file] [log] [blame]
{
"name": "FetchedDataSource",
"version": "2.0.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/FetchedDataSource",
"license": "MIT",
"authors": {
"David Jennes": "david.jennes@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"frameworks": [
"Foundation",
"CoreData",
"UIKit"
],
"source": {
"git": "https://github.com/djbe/FetchedDataSource.git",
"tag": "2.0.0"
},
"source_files": "Source/**/*.{swift,h,m}",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
}
}