forked from daria-kopaliani/DAAlertController
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDAAlertController.podspec
More file actions
Latest commit
16 lines (15 loc) · 671 Bytes
/
Copy pathDAAlertController.podspec
File metadata and controls
16 lines (15 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name="DAAlertController"
s.version="0.1.4"
s.summary="DAAlertController is pretty much a UIAlertController for both iOS 8 and 7."
s.homepage="https://github.com/daria-kopaliani/DAAlertController"
s.license='MIT'
s.author={"Daria Kopaliani"=>"daria.kopaliani@gmail.com"}
s.source={:git=>"https://github.com/daria-kopaliani/DAAlertController.git",:tag=>s.version.to_s}
s.platform=:ios,'7.0'
s.requires_arc=true
s.source_files='Pod/Classes/**/*'
s.resource_bundles={
'DAAlertController'=>['Pod/Assets/*.png']
}
end