| { |
| "name": "MutableDataScanner", |
| "version": "1.1.0", |
| "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.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10" |
| }, |
| "requires_arc": true, |
| "source_files": "MutableDataScanner/*.swift", |
| "pushed_with_swift_version": "3.0" |
| } |