Skip to content

Commit 0be1a78

Browse files
maxepflovilmart
authored andcommitted
Expose internal headers (#1243)
1 parent 5320000 commit 0be1a78

File tree

2 files changed

+1441
-1450
lines changed

2 files changed

+1441
-1450
lines changed

Parse.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Pod::Spec.new do |s|
2323
s.source_files = 'Parse/Parse/*.{h,m}',
2424
'Parse/Parse/Internal/**/*.{h,m}'
2525
s.public_header_files = 'Parse/Parse/*.h'
26+
s.private_header_files = 'Parse/Parse/Internal/**/*.h'
2627

2728
s.ios.exclude_files = 'Parse/Parse/Internal/PFMemoryEventuallyQueue.{h,m}'
2829
s.osx.exclude_files = 'Parse/Parse/PFNetworkActivityIndicatorManager.{h,m}',

0 commit comments

Comments
 (0)