Files
GitHawk/Pods/Local Podspecs/MessageViewController.podspec.json
Ryan Nystrom b3ec648b2a New UITextView control to replace SlackTextViewController (#1307)
* init new text view lib

* autocomplete finding

* autocomplete working

* add caching

* new message VC working
2017-12-24 17:42:11 -05:00

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