- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathShouter.podspec
More file actions
Latest commit
14 lines (14 loc) · 628 Bytes
/
Copy pathShouter.podspec
File metadata and controls
14 lines (14 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.name="Shouter"
s.version="0.6.0"
s.summary="A type safe, thread safe and memory safe alternative for NotificationCenter"
s.homepage="https://github.com/ChaosCoder/Shouter"
s.license={:type=>'MIT',:file=>'LICENSE.md'}
s.author={"ChaosCoder"=>"https://github.com/ChaosCoder"}
s.ios.deployment_target="9.0"
s.osx.deployment_target="10.9"
s.source={:git=>"https://github.com/ChaosCoder/Shouter.git",:tag=>s.version}
s.source_files="Sources/Shouter/*.swift"
s.swift_version="5.0"
s.requires_arc=true
end