2 "name": "NSArray+LongestCommonSubsequence",
5 "summary": "A category on NSArray that finds the indexes of the longest common subsequence with another array.",
6 "homepage": "https://github.com/khanlou/NSArray-LongestCommonSubsequence",
8 "Soroush Khanlou": "soroush@khanlou.com"
11 "git": "https://github.com/khanlou/NSArray-LongestCommonSubsequence.git",
15 "source_files": "LongestCommonSubsequence/NSArray+LongestCommonSubsequence.{h,m}"