mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-13 17:25:52 +08:00
* update action label when value changes, make actions diffable * Update IGListKit swift branch after rebase * Update MessageViewController pod * fix build, update w/ latest fixes
22 lines
520 B
JSON
22 lines
520 B
JSON
{
|
|
"name": "MessageViewController",
|
|
"version": "0.2.1",
|
|
"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.1"
|
|
},
|
|
"source_files": "MessageViewController/*.swift",
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"swift_version": "4.0"
|
|
}
|