Skip to content

Commit 42f7cfc

Browse files
committed
Release.
1 parent bab01ca commit 42f7cfc

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.0

FreakingSimpleRoundImageView.podspec

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,24 @@
88

99
Pod::Spec.new do |s|
1010
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.'
1313

1414
# This description is used to generate tags and improve search results.
1515
# * Think: What does it do? Why did you write it? What is the focus?
1616
# * Try to keep it short, snappy and to the point.
1717
# * Write the description between the DESC delimiters below.
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

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.'
2121
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'
2323
s.license = { :type => 'MIT', :file => 'LICENSE' }
2424
s.author = { 'realbonus' => 'p.anokhov@gmail.com' }
2525
s.source = { :git => 'https://github.com/realbonus/FreakingSimpleRoundImageView.git', :tag => s.version.to_s }
2626

2727
s.ios.deployment_target = '8.0'
2828

2929
s.source_files = 'FreakingSimpleRoundImageView/Classes/**/*'
30-
31-
# s.resource_bundles = {
32-
# 'FreakingSimpleRoundImageView' => ['FreakingSimpleRoundImageView/Assets/*.png']
33-
# }
3430

3531
end

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FreakingSimpleRoundImageView
22

3-
![Simple RoundImageView](https://raw.githubusercontent.com/RealBonus/FreakingSimpleRoundImageView/master/Screenshots/IB.jpeg)
3+
![Simple RoundImageView](https://raw.githubusercontent.com/RealBonus/FreakingSimpleRoundImageView/master/Screenshots/IB.png)
44

55
[![CI Status](http://img.shields.io/travis/realbonus/FreakingSimpleRoundImageView.svg?style=flat)](https://travis-ci.org/realbonus/FreakingSimpleRoundImageView)
66
[![Version](https://img.shields.io/cocoapods/v/FreakingSimpleRoundImageView.svg?style=flat)](http://cocoapods.org/pods/FreakingSimpleRoundImageView)
@@ -9,7 +9,7 @@
99

1010
Really, really simple round ImageView in Swift, with Interface Builder support.
1111

12-
![Attributes inspector](https://raw.githubusercontent.com/RealBonus/FreakingSimpleRoundImageView/master/Screenshots/Attributes.jpeg)
12+
![Attributes inspector](https://raw.githubusercontent.com/RealBonus/FreakingSimpleRoundImageView/master/Screenshots/Attributes.png)
1313

1414
## Example
1515

0 commit comments

Comments
 (0)