- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTerminalKit.podspec
More file actions
Latest commit
21 lines (16 loc) · 808 Bytes
/
Copy pathTerminalKit.podspec
File metadata and controls
21 lines (16 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.newdo |s|
s.name="TerminalKit"
s.version="1.0.2"
s.summary="‘TerminalKit’ makes it easy to process scripts."
s.description=<<-DESC
‘TerminalKit’ makes it easy to process scripts.
‘TerminalKit’ is a class using Process. The easy callback function allows you to process tasks when scripts are running and when they are complete.
DESC
s.homepage="https://github.com/bugkingK/TerminalKit"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"bugkingK"=>"myway0710@naver.com"}
s.platform=:osx,"10.10"
s.source={:git=>"https://github.com/bugkingK/TerminalKit.git",:tag=>"#{s.version}"}
s.source_files="Classes","Sources/**/*.{swift}"
s.swift_version='5.0'
end