forked from ellneal/STRFTimeFormatter
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSTRFTimeFormatter.podspec
More file actions
Latest commit
16 lines (13 loc) · 598 Bytes
/
Copy pathSTRFTimeFormatter.podspec
File metadata and controls
16 lines (13 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name="STRFTimeFormatter"
s.version="1.1"
s.summary="NSDateFormatter replacement for machine encoded dates."
s.homepage="https://github.com/ellneal/STRFTimeFormatter"
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={"Elliot Neal"=>"elliot@emdentec.com"}
s.source={:git=>"https://github.com/ellneal/STRFTimeFormatter.git",:tag=>"v1.1"}
s.source_files='STRFTimeFormatter/**/*.{h,m}'
s.requires_arc=true
s.ios.deployment_target='6.0'
s.tvos.deployment_target='15.0'
end