-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathCRRulerControl.podspec
More file actions
19 lines (16 loc) · 967 Bytes
/
CRRulerControl.podspec
File metadata and controls
19 lines (16 loc) · 967 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 = "CRRulerControl"
s.version = "1.0.0"
s.summary = "A CocoaPod that simplifies the process of setting and reading values from the ruler. Supplied with UIControl subclass."
s.description = <<-DESC
A CocoaPod that simplifies the process of setting and reading values from the ruler. Supplied with UIControl subclass.
DESC
s.homepage = "https://github.com/Cleveroad/CRRulerControl"
s.screenshots = "https://raw.githubusercontent.com/Cleveroad/CRRulerControl/master/images/header.jpg", "https://raw.githubusercontent.com/Cleveroad/CRRulerControl/master/images/demo.gif"
s.license = "MIT"
s.author = { "Sergey" => "Chuchukalo.cr@gmail.com" }
s.source = { :git => "https://github.com/Cleveroad/CRRulerControl.git", :tag => "1.0.0" }
s.platform = :ios, "8.0"
s.requires_arc = true
s.source_files = 'CRRulerControl/Classes/**/*.{h,m}'
end