[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 0 / 9 / GRKInputStreamAggregate / 1.0 / GRKInputStreamAggregate.podspec.json
bloba64d97e1a6114200b2332916d8c24bc9dddbc8ad
2   "name": "GRKInputStreamAggregate",
3   "version": "1.0",
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",
8   "authors": {
9     "Levi Brown": "levigroker@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/levigroker",
12   "source": {
13     "git": "https://github.com/levigroker/GRKInputStreamAggregate.git",
14     "tag": "1.0"
15   },
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "source_files": "GRKInputStreamAggregate/**/*.{h,m}",
21   "frameworks": "Foundation"