blob: 1074ded681c721f0d0dee203bab90826e37c84e6 [file] [log] [blame]
{
"name": "MNPushbackStream",
"version": "1.0.0",
"summary": "An NSInputStream that allows data to be pushed back into the stream.",
"homepage": "http://github.com/mnespor/MNPushbackStream",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matthew Nespor": "mnespor@gmail.com"
},
"source": {
"git": "https://github.com/mnespor/MNPushbackStream.git",
"tag": "v1.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}