Latest | 0.1.0 |
---|---|
Homepage | https://bitbucket.org/superarts/hcmessageparser |
License | MIT |
Platforms | ios 8.0, requires ARC |
Authors |
Latest podspec
{ "name": "HCMessageParser", "version": "0.1.0", "summary": "A message parser.", "description": "`HCMessageParser` parses `message` and returns a dictionary with mentions, emoticons, and links within it. If `blockDone` is passed, asynchronized call(s) will be executed and the titles of all the web links will be filled in the result dictionary and sent to `blockDone` then all the web links are processed. If there are any errors, a dictionary with URL strings as keys and `NSError`s as values will be passed to the block as well.", "homepage": "https://bitbucket.org/superarts/hcmessageparser", "license": "MIT", "authors": { "Leo": "[email protected]" }, "source": { "git": "https://[email protected]/superarts/hcmessageparser.git", "tag": "0.1.0" }, "social_media_url": "https://linkedin.com/in/superarts", "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "HCMessageParser": [ "Pod/Assets/*.png" ] } }
Sat, 05 Mar 2016 17:52:02 +0000