forked from RyanTech/NZAlertView
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNZAlertView.podspec
More file actions
Latest commit
19 lines (16 loc) · 747 Bytes
/
Copy pathNZAlertView.podspec
File metadata and controls
19 lines (16 loc) · 747 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='NZAlertView'
s.version='0.0.13'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.summary='Simple and intuitive alert view. Similar to push notification effect.'
s.homepage='https://github.com/NZN/NZAlertView'
s.screenshot="http://s14.postimg.org/rfqbn70qp/NZAlert_View.png"
s.requires_arc=true
s.platform=:ios
s.ios.deployment_target='6.0'
s.authors={'Bruno Tortato Furtado'=>'bruno.furtado@gruponzn.com'}
s.dependency'UIImage-Helpers'
s.source_files='NZAlertView/**/*.{h,m}'
s.resources=['NZAlertView/NZAlertView-Icons.bundle','NZAlertView/Views/NZAlertView.xib']
s.source={:git=>'https://github.com/NZN/NZAlertView.git',:tag=>'0.0.13'}
end