forked from alibaba/VirtualView-iOS
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVirtualView.podspec
More file actions
Latest commit
18 lines (15 loc) · 644 Bytes
/
Copy pathVirtualView.podspec
File metadata and controls
18 lines (15 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name="VirtualView"
s.version="1.2.7"
s.summary="A solution to create & release UI component dynamically."
s.homepage="https://github.com/alibaba/VirtualView-iOS"
s.license={:type=>'MIT'}
s.author={"HarrisonXi"=>"gpra8764@gmail.com"}
s.platform=:ios
s.ios.deployment_target='8.0'
s.requires_arc=true
s.source={:git=>"https://github.com/alibaba/VirtualView-iOS.git",:tag=>'1.2.7'}
s.source_files='VirtualView/**/*.{h,m}'
s.prefix_header_contents='#import "VVDefines.h"'
s.dependency'SDWebImage','~> 4.2'
end