- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThreader.podspec
More file actions
Latest commit
20 lines (16 loc) · 766 Bytes
/
Copy pathThreader.podspec
File metadata and controls
20 lines (16 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.newdo |s|
s.name="Threader"
s.version="1.1.0"
s.summary="Pretty GCD calls and easier code execution."
s.description=<<-DESC
Threader makes GCD calls easy to read & write.
It also provides a simple way to execute code where and when you want.
DESC
s.homepage="https://github.com/mitchtreece/Threader"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Mitch Treece"=>"mitchtreece@me.com"}
s.source={:git=>"https://github.com/mitchtreece/Threader.git",:tag=>s.version.to_s}
s.social_media_url='https://twitter.com/MitchTreece'
s.platform=:ios,"8.0"
s.source_files='Threader/Classes/**/*'
end