Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Jan 17, 2013
1 parent 5af68c8 commit f3563bd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 282 deletions.
249 changes: 0 additions & 249 deletions Core/Source/iOS/DTNetworking/DTNetworking.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions Core/Source/iOS/DTNetworking/DTNetworking/DTNetworking.h

This file was deleted.

13 changes: 0 additions & 13 deletions Core/Source/iOS/DTNetworking/DTNetworking/DTNetworking.m

This file was deleted.

2 changes: 2 additions & 0 deletions DTFoundation.podspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ Pod::Spec.new do |spec|


spec.subspec 'UIKit' do |ss| spec.subspec 'UIKit' do |ss|
ss.platform = :ios, '4.3' ss.platform = :ios, '4.3'
ss.dependency 'DTFoundation/Core'
ss.ios.frameworks = 'QuartzCore' ss.ios.frameworks = 'QuartzCore'
ss.ios.source_files = 'Core/Source/iOS/*.{h,m}' ss.ios.source_files = 'Core/Source/iOS/*.{h,m}'
end end


spec.subspec 'AppKit' do |ss| spec.subspec 'AppKit' do |ss|
ss.platform = :osx, '10.6' ss.platform = :osx, '10.6'
ss.dependency 'DTFoundation/Core'
ss.osx.source_files = 'Core/Source/OSX/*.{h,m}' ss.osx.source_files = 'Core/Source/OSX/*.{h,m}'
end end


Expand Down

0 comments on commit f3563bd

Please sign in to comment.