-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathJhtDocViewer.podspec
More file actions
18 lines (16 loc) · 932 Bytes
/
JhtDocViewer.podspec
File metadata and controls
18 lines (16 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'JhtDocViewer'
s.version = '2.0.0'
s.summary = '文档/文件查看器(支持本地或者其他app分享过来的word、excel、pdf、rtf等格式文件)'
s.homepage = 'https://github.com/jinht/DocViewer'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Jinht' => 'jinjob@icloud.com' }
s.social_media_url = 'https://blog.csdn.net/Anticipate91'
s.platform = :ios
s.ios.deployment_target = '8.0'
s.source = { :git => 'https://github.com/jinht/DocViewer.git', :tag => s.version }
s.resource = 'JhtDocViewer_SDK/JhtDocViewer.bundle'
s.frameworks = 'UIKit'
s.dependency 'AFNetworking'
s.dependency 'Reachability'
end