We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6121552 commit 6f22e38Copy full SHA for 6f22e38
1 file changed
BOString.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = "BOString"
3
- s.version = "0.0.1"
+ s.version = "0.0.2"
4
s.summary = "Create NSAttributedString like a boss!"
5
s.homepage = "https://github.com/kovpas/BOString"
6
s.author = { "Pavel Mazurin" => "kovpas@gmail.com" }
7
- s.source = { :git => "https://github.com/kovpas/BOString.git", :tag => "0.0.1" }
+ s.source = { :git => "https://github.com/kovpas/BOString.git", :tag => "0.0.2" }
8
s.platform = :ios, '6.0'
9
s.license = 'MIT'
10
s.source_files = 'BOString/*.{h,m}'
11
s.frameworks = 'UIKit', 'Foundation'
12
s.requires_arc = true
13
-end
+end
0 commit comments