blob: 8cba2d6a9c75eb617e1bf7a52202024e795df295 [file] [log] [blame]
{
"name": "NSArray+LongestCommonSubsequence",
"version": "1.0.1",
"license": "MIT",
"summary": "A category on NSArray that finds the indexes of the longest common subsequence with another array.",
"homepage": "https://github.com/khanlou/NSArray-LongestCommonSubsequence",
"authors": {
"Soroush Khanlou": "soroush@khanlou.com"
},
"source": {
"git": "https://github.com/khanlou/NSArray-LongestCommonSubsequence.git",
"tag": "v1.0.1"
},
"requires_arc": true,
"source_files": "LongestCommonSubsequence/NSArray+LongestCommonSubsequence.{h,m}"
}