- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRWTaskKit.podspec
More file actions
Latest commit
19 lines (15 loc) · 651 Bytes
/
Copy pathRWTaskKit.podspec
File metadata and controls
19 lines (15 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.newdo |s|
s.name="RWTaskKit"
s.version="0.1.0"
s.license={:type=>'MIT'}
s.summary="A Kit to dispatch tasks neatly"
s.description="A Kit to dispatch tasks neatly"
s.homepage="https://github.com/deput/RWTaskKit"
s.author={"deput"=>"canopus4u@outlook.com"}
s.source={:git=>"https://github.com/deput/RWTaskKit.git",:branch=>"master"}
s.platform=:ios,'7.0'
s.ios.deployment_target='7.0'
s.requires_arc=true
s.frameworks='Foundation'
s.source_files="RWTaskKit/{Core,Vendor}/**/*.{h,m}"
end