| { |
| "name": "RFMarkdownTextView", |
| "version": "1.4", |
| "summary": "A UITextView that is supposed to replicate the comment toolbar in iOctocat (http://ioctocat.com) with auto-insert markdown functionality.", |
| "homepage": "https://github.com/ruddfawcett/RFMarkdownTextView", |
| "screenshots": [ |
| "https://github-camo.global.ssl.fastly.net/da71b43dd3ddd7d76a1b7a43aca1efb9d1ad5854/687474703a2f2f692e696d6775722e636f6d2f4e5570537537462e706e67", |
| "https://github-camo.global.ssl.fastly.net/bb55d9d330df2a0acde3bcaaf022ec2266bbb27a/687474703a2f2f692e696d6775722e636f6d2f435a514a3662572e706e67" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Rudd Fawcett": "rudd.fawcett@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/ruddfawcett", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/ruddfawcett/RFMarkdownTextView.git", |
| "tag": "v1.4" |
| }, |
| "source_files": "RFMarkdownTextView/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "RFKeyboardToolbar": [ |
| "~> 1.3" |
| ] |
| } |
| } |