forked from chouleappcom/EFCountingLabel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEFCountingLabel.podspec
More file actions
19 lines (16 loc) · 829 Bytes
/
EFCountingLabel.podspec
File metadata and controls
19 lines (16 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'EFCountingLabel'
s.version = '5.1.3'
s.summary = 'A label which can show number change animated.'
s.description = <<-DESC
A label which can show number change animated, in Swift.
DESC
s.homepage = 'https://github.com/chouleappcom/EFCountingLabel'
s.screenshot = 'https://raw.githubusercontent.com/EFPrefix/EFCountingLabel/master/Assets/EFCountingLabel.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'EyreFree' => 'c.hole@appcom.ca' }
s.source = { :git => 'https://github.com/chouleappcom/EFCountingLabel.git', :tag => s.version.to_s }
s.swift_version = '5.0'
s.ios.deployment_target = '11.0'
s.source_files = 'EFCountingLabel/*.swift'
end