-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathBSText.podspec
More file actions
17 lines (17 loc) · 790 Bytes
/
Copy pathBSText.podspec
File metadata and controls
17 lines (17 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |spec|
spec.name = 'BSText'
spec.version = '1.1.3'
spec.platform = :ios, '13.0'
spec.ios.deployment_target = '13.0'
spec.swift_version = '5.0'
spec.summary = 'The Swift Version of YYText'
spec.homepage = 'https://github.com/a1049145827/BSText'
spec.author = { 'Geek Bruce' => 'a1049145827@hotmail.com' }
spec.social_media_url = 'https://a1049145827.github.io'
spec.source = { :git => 'https://github.com/a1049145827/BSText.git', :tag => spec.version.to_s }
spec.description = 'Attribute Text View for iOS likes YYText'
spec.dependency 'YYImage'
spec.source_files = 'BSText/*.swift', 'BSText/*/*.swift', 'BSText/*.h'
spec.requires_arc = true
spec.license = { :type => 'MIT', :file => 'LICENSE' }
end