|
8 | 8 |
|
9 | 9 | Pod::Spec.new do |s| |
10 | 10 | s.name = 'FreakingSimpleRoundImageView' |
11 | | - s.version = '0.1.0' |
12 | | - s.summary = 'A freakin' simple RoundImageView. With Interface Builder support.' |
| 11 | + s.version = '1.0.0' |
| 12 | + s.summary = 'A freakin simple RoundImageView. With Interface Builder support.' |
13 | 13 |
|
14 | 14 | # This description is used to generate tags and improve search results. |
15 | 15 | # * Think: What does it do? Why did you write it? What is the focus? |
16 | 16 | # * Try to keep it short, snappy and to the point. |
17 | 17 | # * Write the description between the DESC delimiters below. |
18 | 18 | # * Finally, don't worry about the indent, CocoaPods strips it! |
19 | 19 |
|
20 | | - s.description = 'A freakin' simple RoundImageView. With Interface Builder support.' |
| 20 | + s.description = 'Very simple RoundImageView, with Interface Builder support. In swift. Grab it and make something neat.' |
21 | 21 | s.homepage = 'https://github.com/realbonus/FreakingSimpleRoundImageView' |
22 | | - # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' |
| 22 | + s.screenshots = 'https://raw.githubusercontent.com/RealBonus/FreakingSimpleRoundImageView/master/Screenshots/IB.png', 'https://raw.githubusercontent.com/RealBonus/FreakingSimpleRoundImageView/master/Screenshots/Attributes.png' |
23 | 23 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
24 | 24 | s.author = { 'realbonus' => 'p.anokhov@gmail.com' } |
25 | 25 | s.source = { :git => 'https://github.com/realbonus/FreakingSimpleRoundImageView.git', :tag => s.version.to_s } |
26 | 26 |
|
27 | 27 | s.ios.deployment_target = '8.0' |
28 | 28 |
|
29 | 29 | s.source_files = 'FreakingSimpleRoundImageView/Classes/**/*' |
30 | | - |
31 | | - # s.resource_bundles = { |
32 | | - # 'FreakingSimpleRoundImageView' => ['FreakingSimpleRoundImageView/Assets/*.png'] |
33 | | - # } |
34 | 30 |
|
35 | 31 | end |
0 commit comments