Add OS X Support

This commit is contained in:
Ryan Maxwell
2013-05-16 13:59:43 +12:00
parent 2897f9a931
commit 4a8b562736
@@ -6,6 +6,7 @@ Pod::Spec.new do |s|
s.author = 'Johan Kool'
s.source = { :git => 'https://github.com/Koolistov/NSString-HTML.git', :commit => 'cd36c9bb4e5bf18f42f6f986a957c10da51c83d4' }
s.ios.deployment_target = '4.3.5'
s.osx.deployment_target = '10.6'
s.source_files = '*.{h,m}'
s.license = {
:type => 'Copyright',