- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStackyText.podspec
More file actions
Latest commit
21 lines (20 loc) · 852 Bytes
/
Copy pathStackyText.podspec
File metadata and controls
21 lines (20 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Be sure to run `pod lib lint StackyText.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.newdo |s|
s.name='StackyText'
s.version='0.1.6'
s.summary='StackyText supports textBlock like LEGO'
s.homepage='https://github.com/yim2627/StackyText'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'Jiseong'=>'yim2627@gmail.com'}
s.source={:git=>'https://github.com/yim2627/StackyText.git',:tag=>s.version.to_s}
s.source_files='Sources/StackyText/Classes/**/*'
s.frameworks='UIKit'
s.ios.deployment_target='13.0'
s.swift_versions='5.0'
end