- Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathAnyFormatKit.podspec
More file actions
Latest commit
19 lines (15 loc) · 773 Bytes
/
Copy pathAnyFormatKit.podspec
File metadata and controls
19 lines (15 loc) · 773 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='AnyFormatKit'
s.version='2.5.2'
s.summary='Simple text formatting in Swift.'
s.description=<<-DESC
This framework provide to format text with format like "## ##-###", where # - replaceble symbol. Support format all string or character by character input.
DESC
s.homepage='https://github.com/luximetr/AnyFormatKit'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'luximetr'=>'luximetr.notification@gmail.com'}
s.source={:git=>'https://github.com/luximetr/AnyFormatKit.git',:tag=>s.version.to_s}
s.ios.deployment_target='9.0'
s.swift_version='5.0'
s.source_files='Source/**/*'
end