- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathASGradientLabel.podspec
More file actions
Latest commit
41 lines (21 loc) · 983 Bytes
/
Copy pathASGradientLabel.podspec
File metadata and controls
41 lines (21 loc) · 983 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
41
#
# Be sure to run `pod spec lint ASGradientLabel.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.newdo |s|
s.name="ASGradientLabel"
s.version="1.0.0"
s.summary="Gradient Label"
s.description=<<-DESC
support text And attributeText content
DESC
s.homepage="https://github.com/Andrewmika/ASGradientLabel"
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={"Andrew Shen"=>"iandrew@126.com"}
s.ios.deployment_target="7.0"
s.source={:git=>"https://github.com/Andrewmika/ASGradientLabel.git",:tag=>s.version.to_s}
s.source_files="ASGradientLabel/**/*.{h,m}"
end