Files
GitHawk/Pods/Local Podspecs/MessageViewController.podspec.json
Ryan Nystrom ce80b303b6 MessageViewController update (#1741)
* update action label when value changes, make actions diffable

* Update IGListKit swift branch after rebase

* Update MessageViewController pod

* fix build, update w/ latest fixes
2018-04-21 18:26:45 -04:00

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"
}