mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-14 01:35:05 +08:00
22 lines
521 B
JSON
22 lines
521 B
JSON
{
|
|
"name": "MessageViewController",
|
|
"version": "0.2.0",
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"homepage": "https://github.com/GitHawkApp/MessageViewController",
|
|
"authors": {
|
|
"Ryan Nystrom": "rnystrom@whoisryannystrom.com"
|
|
},
|
|
"summary": "Replacement for SlackTextViewController.",
|
|
"source": {
|
|
"git": "https://github.com/GitHawkApp/MessageViewController.git",
|
|
"tag": "0.2.0"
|
|
},
|
|
"source_files": "MessageViewController/*.swift",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"swift_version": "4.0"
|
|
}
|