-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMMCounterView.podspec
More file actions
22 lines (22 loc) · 1.05 KB
/
MMCounterView.podspec
File metadata and controls
22 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Be sure to run `pod spec lint MMCounterView.podspec' to ensure this is a
# valid spec.
#
# Remove all comments before submitting the spec. Optional attributes are commented.
#
# For details see: https://github.com/CocoaPods/CocoaPods/wiki/The-podspec-format
#
Pod::Spec.new do |s|
s.name = "MMCounterView"
s.version = "0.6.1"
s.summary = "A 'high score'-style counting view that animates between different displayed integers."
s.homepage = "https://github.com/mmccroskey/MMCounterView"
s.license = { :type => 'Creative Commons Attribution-NonCommercial-ShareAlike', :file => 'LICENSE.txt' }
s.author = { "mmccroskey" => "matthew.mccroskey@gmail.com" }
s.source = { :git => "https://github.com/mmccroskey/MMCounterView.git", :tag => "0.6.1" }
s.platform = :ios, '5.1'
s.source_files = 'Component'
s.frameworks = 'CoreGraphics', 'Foundation', 'QuartzCore', 'UIKit'
s.requires_arc = true
s.dependency 'CPAnimationSequence', :git => 'https://github.com/mmccroskey/CPAnimationSequence.git', :tag => '0.2.1'
end