- Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathDBAlertController.podspec
More file actions
Latest commit
15 lines (13 loc) · 661 Bytes
/
Copy pathDBAlertController.podspec
File metadata and controls
15 lines (13 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name="DBAlertController"
s.version="0.3.0"
s.summary="A UIAlertController subclass that's independent of the view controller it's presented from."
s.homepage="https://github.com/dbettermann/DBAlertController"
s.license='MIT'
s.author={"Dylan Bettermann"=>"dylan.bettermann@gmail.com"}
s.source={:git=>"https://github.com/dbettermann/DBAlertController.git",:tag=>s.version.to_s}
s.social_media_url='https://twitter.com/dbettermann'
s.platform=:ios,'8.0'
s.requires_arc=true
s.source_files='Source/*.swift'
end