[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 5 / 3 / MutableDataScanner / 1.0.2 / MutableDataScanner.podspec.json
blob47f5a19d7f383254936c8cb83389ad6de25d8992
2   "name": "MutableDataScanner",
3   "version": "1.0.2",
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",
7   "license": "MIT",
8   "authors": {
9     "aska": "s.aska.org@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/su_aska",
12   "source": {
13     "git": "https://github.com/s-aska/MutableDataScanner.git",
14     "tag": "1.0.2"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "source_files": "MutableDataScanner/*.swift"