From 58d4246bc8ed6fc312eb3d72508b85b094097654 Mon Sep 17 00:00:00 2001 From: Guilherme Rambo Date: Fri, 25 Nov 2016 17:09:51 -0200 Subject: [PATCH] Updated podspec to include NSString and NSNumber categories --- IGListKit.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IGListKit.podspec b/IGListKit.podspec index e921c8635..3d09a670d 100644 --- a/IGListKit.podspec +++ b/IGListKit.podspec @@ -24,7 +24,8 @@ Pod::Spec.new do |s| s.osx.source_files = [ 'Source/IGListIndexSetResult.{h,m}', 'Source/IGListDiff.{h,mm}', - 'Source/NSObject+IGListDiffable.{h,m}', + 'Source/NSNumber+IGListDiffable.{h,m}', + 'Source/NSString+IGListDiffable.{h,m}', 'Source/IGListMoveIndexPath.{h,m}', 'Source/IGListMoveIndex.{h,m}', 'Source/IGListIndexPathResult.{h,m}',