Skip to content

Commit 1225736

Browse files
committed
Remove watchos exclusion of NSURLSession extension
1 parent 8db632e commit 1225736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PromiseKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Pod::Spec.new do |s|
9090
s.subspec 'Foundation' do |ss|
9191
ss.ios.source_files = Dir['Categories/Foundation/*'] - Dir['Categories/Foundation/NSTask*']
9292
ss.osx.source_files = 'Categories/Foundation/*'
93-
ss.watchos.source_files = Dir['Categories/Foundation/*'] - Dir['Categories/Foundation/NSTask*', 'Categories/Foundation/NSURL*']
93+
ss.watchos.source_files = Dir['Categories/Foundation/*'] - Dir['Categories/Foundation/NSTask*', 'Categories/Foundation/NSURLConnection*']
9494
ss.dependency 'PromiseKit/CorePromise'
9595
ss.dependency 'OMGHTTPURLRQ', '~> 3.1.0'
9696
ss.frameworks = 'Foundation'

0 commit comments

Comments
 (0)