- Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathCSNotificationView.podspec
More file actions
Latest commit
14 lines (14 loc) · 674 Bytes
/
Copy pathCSNotificationView.podspec
File metadata and controls
14 lines (14 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.name='CSNotificationView'
s.version='0.5.4'
s.summary="Drop-in, semi-translucent and blurring notification view."
s.homepage="https://github.com/problame/CSNotificationView"
s.license={:type=>'MIT License',:file=>"LICENSE.md"}
s.author='Christian Schwarz'
s.source={:git=>'https://github.com/problame/CSNotificationView.git',:tag=>s.version.to_s}
s.platform=:ios
s.ios.deployment_target="7.0"
s.requires_arc=true
s.source_files='CSNotificationView/*.{h,m}'
s.resource_bundle={'CSNotificationView'=>['CSNotificationView/Resources/*.png']}
end