blob: fe4f3ec2c3a6275c4e4424d9c4e2db232215ff50 [file] [log] [blame]
{
"name": "JNMentionTextView",
"version": "1.0.1",
"summary": "JNMentionTextView is a UITextView replacement supporting the mention feature for iOS applications.",
"description": "A UITextView drop-in replacement supporting special characters such as [ #, @ ] and regex patterns, written in Swift.",
"homepage": "https://github.com/JNDisrupter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jayel Zaghmoutt": "eng.jayel.z@gmail.com",
"Mohammad Nabulsi": "mohammad.s.nabulsi@gmail.com",
"Mohammad Ihmouda": "mkihmouda@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.0"
],
"source": {
"git": "https://github.com/JNDisrupter/JNMentionTextView.git",
"tag": "1.0.1"
},
"source_files": "JNMentionTextView/**/*.{swift}",
"swift_version": "5.0"
}