Skip to content

Commit a7c0303

Browse files
committed
adding all paragraph styles as first teir properties
1 parent cb329a4 commit a7c0303

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MTStringAttributes.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "MTStringAttributes"
3-
s.version = "0.0.3"
3+
s.version = "0.1.0"
44
s.summary = "Makes it way easier to generate attribute dictionaries needed for NSAttributedString (on iOS)."
55
s.homepage = "https://github.com/mysterioustrousers/MTStringAttributes"
66
s.license = 'MIT'
77
s.author = { "Adam Kirk" => "[email protected]" }
8-
s.source = { :git => "https://github.com/mysterioustrousers/MTStringAttributes.git", :tag => "0.0.3" }
8+
s.source = { :git => "https://github.com/mysterioustrousers/MTStringAttributes.git", :tag => "{s.version}" }
99
s.ios.deployment_target = '6.0'
1010
s.osx.deployment_target = '10.7'
1111
s.source_files = 'MTStringAttributes/*.{h,m}'

0 commit comments

Comments
 (0)