forked from sarperdag/SEHumanizedTimeDiff
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSEHumanizedTimeDiff.podspec
More file actions
Latest commit
16 lines (15 loc) · 820 Bytes
/
Copy pathSEHumanizedTimeDiff.podspec
File metadata and controls
16 lines (15 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name='SEHumanizedTimeDiff'
s.version='0.0.1'
s.license='MIT'
s.summary='SEHumanizedTime is a NSDate Category for you to have humanly meaningful time intervals between dates.'
s.description=<<-DESC
SEHumanizedTime is a NSDate Category for you to have humanly meaningful time intervals between dates. It is especially useful for use in social apps with timelines of events.
DESC
s.homepage='https://github.com/sarperdag/SEHumanizedTimeDiff'
s.author={'Sarp Erdag'=>'sarp.erdag@apperto.com'}
s.source={:git=>'https://github.com/sarperdag/SEHumanizedTimeDiff.git',:tag=>'0.0.1'}
s.source_files='SEHumanizedTime/*.{h,m}'
s.resources='SEHumanizedTime/{en,de,ja,tr,zh-Hans}.lproj'
s.frameworks='Foundation'
end