mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-02 05:44:15 +08:00
* init new text view lib * autocomplete finding * autocomplete working * add caching * new message VC working
11 lines
534 B
Ruby
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 |