Files
GitHawk/Local Pods/MessageViewController/MessageViewController.podspec
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

11 lines
534 B
Ruby

Pod::Spec.new do |spec|
spec.name = 'MessageViewController'
spec.version = '0.1.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/rnystrom/GitHawk'
spec.authors = { 'Ryan Nystrom' => 'rnystrom@whoisryannystrom.com' }
spec.summary = 'Replacement for SlackTextViewController.'
spec.source = { :git => 'https://github.com/rnystrom/GitHawk.git', :tag => '#{s.version}' }
spec.source_files = 'MessageViewController/*.swift'
spec.platform = :ios, '10.0'
end