forked from KyoheiG3/SimpleAlert
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleAlert.podspec
More file actions
Latest commit
14 lines (14 loc) · 574 Bytes
/
Copy pathSimpleAlert.podspec
File metadata and controls
14 lines (14 loc) · 574 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.name="SimpleAlert"
s.version="3.1.2"
s.summary="Simply Alert for Swift"
s.homepage="https://github.com/KyoheiG3/SimpleAlert"
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={"Kyohei Ito"=>"je.suis.kyohei@gmail.com"}
s.swift_version='4.2'
s.platform=:ios,"8.0"
s.source={:git=>"https://github.com/KyoheiG3/SimpleAlert.git",:tag=>s.version.to_s}
s.source_files="SimpleAlert/**/*.{h,swift,xib}"
s.requires_arc=true
s.frameworks='UIKit'
end