Files
GitHawk/Pods/Local Podspecs/MessageViewController.podspec.json
Ryan Nystrom fa566d315a move MessageViewController to remote (#1468)
* move MessageViewController to remote

* fix tests
2018-01-25 20:39:14 -05:00

21 lines
470 B
JSON

{
"name": "MessageViewController",
"version": "0.1.1",
"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"
}
}