[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 1 / 9 / RFMarkdownTextView / 1.4 / RFMarkdownTextView.podspec.json
blobd750ea9b8ebf2cd32bbc489a72e8ea3a092700f3
2   "name": "RFMarkdownTextView",
3   "version": "1.4",
4   "summary": "A UITextView that is supposed to replicate the comment toolbar in iOctocat (http://ioctocat.com) with auto-insert markdown functionality.",
5   "homepage": "https://github.com/ruddfawcett/RFMarkdownTextView",
6   "screenshots": [
7     "https://github-camo.global.ssl.fastly.net/da71b43dd3ddd7d76a1b7a43aca1efb9d1ad5854/687474703a2f2f692e696d6775722e636f6d2f4e5570537537462e706e67",
8     "https://github-camo.global.ssl.fastly.net/bb55d9d330df2a0acde3bcaaf022ec2266bbb27a/687474703a2f2f692e696d6775722e636f6d2f435a514a3662572e706e67"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Rudd Fawcett": "rudd.fawcett@gmail.com"
16   },
17   "social_media_url": "https://twitter.com/ruddfawcett",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source": {
22     "git": "https://github.com/ruddfawcett/RFMarkdownTextView.git",
23     "tag": "v1.4"
24   },
25   "source_files": "RFMarkdownTextView/*.{h,m}",
26   "requires_arc": true,
27   "dependencies": {
28     "RFKeyboardToolbar": [
29       "~> 1.3"
30     ]
31   }