Skip to content

Commit

Permalink
Updated podspec to include NSString and NSNumber categories
Browse files Browse the repository at this point in the history
  • Loading branch information
insidegui committed Nov 25, 2016
1 parent d820dcf commit 58d4246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IGListKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}',
Expand Down

0 comments on commit 58d4246

Please sign in to comment.