Skip to content

Commit 4cdab6e

Browse files
committed
Merge pull request #681 from ParsePlatform/nlutsenko.podspecs
Update podspecs to include deprecated categories.
2 parents e8a113a + 60af078 commit 4cdab6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Parse.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Pod::Spec.new do |s|
3030
'Parse/Internal/PFMemoryEventuallyQueue.{h,m}'
3131
s.tvos.exclude_files = 'Parse/PFNetworkActivityIndicatorManager.{h,m}',
3232
'Parse/PFPush.{h,m}',
33+
'Parse/PFPush+Deprecated.{h,m}',
3334
'Parse/PFInstallation.{h,m}',
3435
'Parse/Internal/PFAlertView.{h,m}',
3536
'Parse/Internal/Push/**/*.{h,m}',
@@ -42,6 +43,7 @@ Pod::Spec.new do |s|
4243
'Parse/PFProduct.{h,m}',
4344
'Parse/PFPurchase.{h,m}',
4445
'Parse/PFPush.{h,m}',
46+
'Parse/PFPush+Deprecated.{h,m}',
4547
'Parse/PFInstallation.{h,m}',
4648
'Parse/Internal/PFAlertView.{h,m}',
4749
'Parse/Internal/PFReachability.{h,m}',

0 commit comments

Comments
 (0)