2 "name": "MutableDataScanner",
4 "summary": "A simple text scanner which can parse NSMutableData using delimiter.",
5 "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.",
6 "homepage": "https://github.com/s-aska/MutableDataScanner",
9 "aska": "s.aska.org@gmail.com"
11 "social_media_url": "https://twitter.com/su_aska",
13 "git": "https://github.com/s-aska/MutableDataScanner.git",
21 "source_files": "MutableDataScanner/*.swift"