-
Notifications
You must be signed in to change notification settings - Fork 86
/
Nantes.podspec
29 lines (23 loc) · 968 Bytes
/
Nantes.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Be sure to run `pod lib lint Nantes.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.new do |s|
s.name = 'Nantes'
s.version = '0.1.2'
s.summary = 'A swift replacement of TTTAttributedLabel'
s.description = <<-DESC
Nantes is a swift replacement of TTTAttributedLabel.
DESC
s.homepage = 'https://github.com/Instacart/Nantes'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { 'chansen22' => 'chris.hansen@instacart.com' }
s.source = { :git => 'https://github.com/Instacart/Nantes.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'Source/Classes/**/*'
s.swift_version = '5.0'
s.frameworks = 'UIKit'
end