blob: 7ee680d156a924a889332842791212fc88b044c4 [file] [log] [blame]
{
"name": "Aggregate",
"version": "1.0.0",
"summary": "An aggregating object which can compose protocol implementations from various objects.",
"description": "An aggregating object which can compose protocol implementations from various objects\nThis can be useful for dividing large protocol implementations into separate objects,\nand then combining them here to pass to a client as a single delegate, data source, or object.",
"homepage": "https://github.com/altece/Aggregate",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Steven Brunwasser": ""
},
"source": {
"git": "https://github.com/altece/Aggregate.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Aggregate/**/*.{h,m,swift}",
"pushed_with_swift_version": "4.0"
}