Cross platform fixes

This commit is contained in:
Garrett Moon
2016-04-06 14:03:37 -07:00
parent 5e2d20d36b
commit fc900b66d2
32 changed files with 3626 additions and 3204 deletions

View File

@@ -37,13 +37,13 @@ Pod::Spec.new do |s|
s.subspec 'iOS' do |ios|
ios.platforms = "ios"
ios.dependency 'PINRemoteImage/Core'
ios.frameworks = 'UIKit'
ios.frameworks = 'UIKit', 'MobileCoreServices'
end
s.subspec 'OSX' do |cs|
cs.platforms = "osx"
cs.dependency 'PINRemoteImage/Core'
cs.frameworks = 'Cocoa'
cs.frameworks = 'Cocoa', 'CoreServices'
end
s.subspec 'tvOS' do |tvos|