- Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathJDVideoKit.podspec
More file actions
Latest commit
19 lines (15 loc) · 757 Bytes
/
Copy pathJDVideoKit.podspec
File metadata and controls
19 lines (15 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.newdo |s|
s.name='JDVideoKit'
s.version='1.7.0'
s.summary='You can easily transfer your video into Three common video type.'
s.description=<<-DESC
You can easily transfer your video into Three common video type.
You can use set up camera easily.
DESC
s.homepage='https://github.com/jamesdouble/JDVideoKit'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'JamesDouble'=>'jameskuo12345@gmail.com'}
s.source={:git=>'https://github.com/jamesdouble/JDVideoKit.git',:tag=>s.version.to_s}
s.ios.deployment_target='8.0'
s.source_files='JDAVKit/JDVideoKit/*','JDAVKit/JDVideoKit/Xib/*'
end