Skip to content
This repository was archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
Added watchos support, closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers committed Mar 1, 2016
1 parent eab6478 commit deeed11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UIColor-HexString.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Pod::Spec.new do |s|
s.name = "UIColor-HexString"
s.version = "1.2.0"
s.version = "1.3.0"
s.summary = "Easy, Android-compatible hex strings to UIColor."
s.homepage = "https://github.com/kevinrenskers/UIColor-HexString"
s.license = { :type => 'BSD', :file => 'LICENSE' }
s.author = { "Kevin Renskers" => "[email protected]" }
s.ios.deployment_target = '6.0'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.source = { :git => "https://github.com/kevinrenskers/UIColor-HexString.git", :tag => s.version.to_s }
s.source_files = '*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit deeed11

Please sign in to comment.