Skip to content

Commit

Permalink
Podspec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Meder committed Nov 15, 2015
1 parent f529004 commit 146594d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DarkLightning.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.subspec "OSX" do |sp|

sp.source_files = 'Source/OSX/**/*'
sp.source_files = 'Source/OSX/**/*{h,m,c}'
sp.platform = :osx, '10.9'
sp.private_header_files = "Source/OSX/Internal/**/*.h"

Expand All @@ -27,7 +27,7 @@ Pod::Spec.new do |s|

s.subspec "iOS" do |sp|

sp.source_files = 'Source/iOS/**/*'
sp.source_files = 'Source/iOS/**/*{h,m,c}'
sp.platform = :ios, '8.0'

sp.dependency 'DarkLightning/PacketProtocol'
Expand All @@ -36,7 +36,7 @@ Pod::Spec.new do |s|

s.subspec "PacketProtocol" do |sp|

sp.source_files = 'Source/PacketProtocol/**/*'
sp.source_files = 'Source/PacketProtocol/**/*{h,m,c}'
sp.ios.deployment_target = '8.0'
sp.osx.deployment_target = '10.9'

Expand Down

0 comments on commit 146594d

Please sign in to comment.