-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTexty.podspec
More file actions
21 lines (17 loc) · 878 Bytes
/
Texty.podspec
File metadata and controls
21 lines (17 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = 'Texty'
s.version = '0.2.7'
s.summary = 'Enjoy clean and easy text styling using a simplified and structured syntax.'
s.description = <<-DESC
Enjoy clean and easy text styling using a simplified and structured syntax. Use things like
style containers, styled labels, and string styling via XML-like tags.
DESC
s.homepage = 'https://github.com/vectorform/Texty'
s.license = { :type => 'BSD', :file => 'LICENSE' }
s.author = { 'Vectorform' => 'jmeador@vectorform.com', 'Igor Efremov' => 'igor@efremov.io' }
s.source = { :git => 'https://github.com/vectorform/Texty.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/vectorform'
s.swift_versions = ['5.0']
s.ios.deployment_target = '13.0'
s.source_files = 'Source/*.swift'
end