- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathVTextView.podspec
More file actions
Latest commit
20 lines (15 loc) · 713 Bytes
/
Copy pathVTextView.podspec
File metadata and controls
20 lines (15 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.newdo |s|
s.name='VTextView'
s.version='1.0.0'
s.summary='Light & Powerful UITextView for TextEditor'
s.description='Light & Powerful UITextView, built at Vingle.inc'
s.homepage='https://github.com/Geektree0101/VTextView'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'Geektree0101'=>'h2s1880@gmail.com'}
s.source={:git=>'https://github.com/Geektree0101/VTextView.git',:tag=>s.version.to_s}
s.ios.deployment_target='9.0'
s.source_files='VTextView/Classes/**/*'
s.dependency'RxSwift','~> 4.0'
s.dependency'RxCocoa','~> 4.0'
s.dependency'BonMot'
end