- Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathILTranslucentView.podspec
More file actions
Latest commit
14 lines (14 loc) · 856 Bytes
/
Copy pathILTranslucentView.podspec
File metadata and controls
14 lines (14 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.name='ILTranslucentView'
s.version='0.1'
s.license='MIT'
s.summary='ILTranslucentView is a little subclass of UIView that provide native iOS 7+ blur effect.'
s.description='ILTranslucentView is a little subclass of UIView that provide native iOS 7+ blur (translucent) effect. It can be used on all iOS devices in real time without any performance problems. It also supports smooth UIView animation of color, frame, alpha etc.'
s.author={'ivoleko'=>'https://github.com/ivoleko'}
s.source={:git=>'https://github.com/ivoleko/ILTranslucentView.git',:tag=>s.version}
s.homepage='https://github.com/ivoleko/ILTranslucentView'
s.platform=:ios
s.source_files='Source'
s.requires_arc=true
s.ios.deployment_target='7.0'
end