2 "name": "GRKInputStreamAggregate",
4 "summary": "A stream aggregator that reads from a concatenated sequence of other inputs.",
5 "description": "A stream aggregator that reads from a concatenated sequence of other inputs. Use this to combine multiple input streams (and data blobs) together into one. This is useful when uploading multipart MIME bodies.",
6 "homepage": "https://github.com/levigroker/GRKInputStreamAggregate",
7 "license": "Apache License, Version 2.0",
9 "Levi Brown": "levigroker@gmail.com"
11 "social_media_url": "https://twitter.com/levigroker",
13 "git": "https://github.com/levigroker/GRKInputStreamAggregate.git",
20 "source_files": "GRKInputStreamAggregate/**/*.{h,m}",
21 "frameworks": "Foundation"