We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb329a4 commit a7c0303Copy full SHA for a7c0303
1 file changed
MTStringAttributes.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "MTStringAttributes"
3
- s.version = "0.0.3"
+ s.version = "0.1.0"
4
s.summary = "Makes it way easier to generate attribute dictionaries needed for NSAttributedString (on iOS)."
5
s.homepage = "https://github.com/mysterioustrousers/MTStringAttributes"
6
s.license = 'MIT'
7
s.author = { "Adam Kirk" => "[email protected]" }
8
- s.source = { :git => "https://github.com/mysterioustrousers/MTStringAttributes.git", :tag => "0.0.3" }
+ s.source = { :git => "https://github.com/mysterioustrousers/MTStringAttributes.git", :tag => "{s.version}" }
9
s.ios.deployment_target = '6.0'
10
s.osx.deployment_target = '10.7'
11
s.source_files = 'MTStringAttributes/*.{h,m}'
0 commit comments