Skip to content

Commit

Permalink
[Add] GRKInputStreamAggregate 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levigroker authored and CocoaPodsBot committed Jan 6, 2016
1 parent 90c8d3d commit f0af61e
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "GRKInputStreamAggregate",
"version": "1.0",
"summary": "A stream aggregator that reads from a concatenated sequence of other inputs.",
"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.",
"homepage": "https://github.com/levigroker/GRKInputStreamAggregate",
"license": "Apache License, Version 2.0",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKInputStreamAggregate.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "GRKInputStreamAggregate/**/*.{h,m}",
"frameworks": "Foundation"
}

0 comments on commit f0af61e

Please sign in to comment.