Skip to content

Commit 6f22e38

Browse files
author
Pavel Mazurin
committed
Bump podspec version
1 parent 6121552 commit 6f22e38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

BOString.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "BOString"
3-
s.version = "0.0.1"
3+
s.version = "0.0.2"
44
s.summary = "Create NSAttributedString like a boss!"
55
s.homepage = "https://github.com/kovpas/BOString"
66
s.author = { "Pavel Mazurin" => "kovpas@gmail.com" }
7-
s.source = { :git => "https://github.com/kovpas/BOString.git", :tag => "0.0.1" }
7+
s.source = { :git => "https://github.com/kovpas/BOString.git", :tag => "0.0.2" }
88
s.platform = :ios, '6.0'
99
s.license = 'MIT'
1010
s.source_files = 'BOString/*.{h,m}'
1111
s.frameworks = 'UIKit', 'Foundation'
1212
s.requires_arc = true
13-
end
13+
end

0 commit comments

Comments
 (0)