mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-03 06:14:16 +08:00
* init new text view lib * autocomplete finding * autocomplete working * add caching * new message VC working
21 lines
470 B
JSON
21 lines
470 B
JSON
{
|
|
"name": "MessageViewController",
|
|
"version": "0.1.0",
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"homepage": "https://github.com/rnystrom/GitHawk",
|
|
"authors": {
|
|
"Ryan Nystrom": "rnystrom@whoisryannystrom.com"
|
|
},
|
|
"summary": "Replacement for SlackTextViewController.",
|
|
"source": {
|
|
"git": "https://github.com/rnystrom/GitHawk.git",
|
|
"tag": "#{s.version}"
|
|
},
|
|
"source_files": "MessageViewController/*.swift",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
}
|
|
}
|