Skip to content

Commit 77e55b0

Browse files
committed
Versions bumped.
1 parent e7412ab commit 77e55b0

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

Example/FreakingSimpleRoundImageView/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.2</string>
18+
<string>1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>3</string>
22+
<string>4</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

FreakingSimpleRoundImageView.podspec

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'FreakingSimpleRoundImageView'
11-
s.version = '1.0.2'
11+
s.version = '1.1'
1212
s.summary = 'A freakin simple RoundImageView. With Interface Builder support.'
1313

14-
# This description is used to generate tags and improve search results.
15-
# * Think: What does it do? Why did you write it? What is the focus?
16-
# * Try to keep it short, snappy and to the point.
17-
# * Write the description between the DESC delimiters below.
18-
# * Finally, don't worry about the indent, CocoaPods strips it!
19-
2014
s.description = 'Very simple RoundImageView, with Interface Builder support. In swift. Grab it and make something neat.'
2115
s.homepage = 'https://github.com/realbonus/FreakingSimpleRoundImageView'
2216
s.screenshots = 'https://raw.githubusercontent.com/RealBonus/FreakingSimpleRoundImageView/master/Screenshots/IB.png', 'https://raw.githubusercontent.com/RealBonus/FreakingSimpleRoundImageView/master/Screenshots/Attributes.png'

0 commit comments

Comments
 (0)