Skip to content

Commit

Permalink
bug fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
devedbox committed May 19, 2016
1 parent 5eade43 commit 24b7848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AXAttributedLabel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "AXAttributedLabel"
s.version = "0.2.2"
s.version = "0.2.3"
s.summary = "`AXAttributedLabel` is an iOS customizable attributed label that displays attributed text."

s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ s.platform = :ios, "7.0"
# s.ios.deployment_target = “7.0”
# s.osx.deployment_target = "10.7"
# s.watchos.deployment_target = "2.0"
s.source = { :git => "https://github.com/devedbox/AXAttributedLabel.git", :tag => "0.2.2" }
s.source = { :git => "https://github.com/devedbox/AXAttributedLabel.git", :tag => "0.2.3" }
s.source_files = "AXAttributedLabel/AXAttributedLabel/*.{h,m}"
#s.exclude_files = "Classes/Exclude"
# s.public_header_files = "Classes/**/*.h"
Expand Down

0 comments on commit 24b7848

Please sign in to comment.