blob: 0e4f2cccb1edcfdba52f2dce48d815d47378a732 [file] [log] [blame]
{
"name": "MutableDataScanner",
"version": "1.0.3",
"summary": "A simple text scanner which can parse NSMutableData using delimiter.",
"description": "A simple text scanner which can parse NSMutableData using delimiter.\nFaster because it does not have to do a NSData <-> String conversion.\nIt can be easily and reliably parse of the Twitter Streaming API and other stream.",
"homepage": "https://github.com/s-aska/MutableDataScanner",
"license": "MIT",
"authors": {
"aska": "s.aska.org@gmail.com"
},
"social_media_url": "https://twitter.com/su_aska",
"source": {
"git": "https://github.com/s-aska/MutableDataScanner.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "MutableDataScanner/*.swift"
}