Skip to content

Commit 1db0685

Browse files
Update CRRulerControl.podspec
1 parent 16025d9 commit 1db0685

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

CRRulerControl.podspec

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
Pod::Spec.new do |s|
22

3-
s.name = "CRRulerControl"
4-
s.version = "1.0.0"
5-
s.summary = "A CocoaPod that simplifies the process of setting and reading values from the ruler. Supplied with UIControl subclass."
3+
s.name = "CRRulerControl"
4+
s.version = "1.0.0"
5+
s.summary = "A CocoaPod that simplifies the process of setting and reading values from the ruler. Supplied with UIControl subclass."
6+
s.description = <<-DESC
7+
A CocoaPod that simplifies the process of setting and reading values from the ruler. Supplied with UIControl subclass.
8+
DESC
69

7-
s.homepage = "https://github.com/Cleveroad/CRRulerControl"
8-
s.screenshots = "https://raw.githubusercontent.com/Cleveroad/CRRulerControl/master/images/header.jpg", "https://raw.githubusercontent.com/Cleveroad/CRRulerControl/master/images/demo.gif"
9-
s.license = "MIT"
10-
s.license = { :type => "MIT", :file => "LICENSE" }
10+
s.homepage = "https://github.com/Cleveroad/CRRulerControl"
11+
s.screenshots = "https://raw.githubusercontent.com/Cleveroad/CRRulerControl/master/images/header.jpg", "https://raw.githubusercontent.com/Cleveroad/CRRulerControl/master/images/demo.gif"
12+
s.license = "MIT"
13+
s.author = { "Sergey" => "Chuchukalo.cr@gmail.com" }
14+
s.source = { :git => "https://github.com/Cleveroad/CRRulerControl.git", :tag => "1.0.0" }
15+
s.platform = :ios, "8.0"
16+
s.requires_arc = true
17+
s.source_files = 'Pod/Classes/**/*.{h,m}'
1118

12-
13-
s.author = { "Sergey" => "Chuchukalo.cr@gmail.com" }
14-
s.platform = :ios
15-
s.platform = :ios, "8.0"
16-
s.source = { :git => "https://github.com/Cleveroad/CRRulerControl.git", :tag => "1.0.0" }
17-
18-
s.source_files = "CRMark{h,m}", "CRRulerControl{h,m}", "CRRulerLayer{h,m}"
19-
s.public_header_files = "CRRulerControl.h"
2019
end

0 commit comments

Comments
 (0)