|
1 | 1 | Pod::Spec.new do |s| |
2 | 2 |
|
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 |
6 | 9 |
|
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}' |
11 | 18 |
|
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" |
20 | 19 | end |
0 commit comments