From b141810c3a1585bb0725b6294f20f39b60eef150 Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Thu, 4 May 2017 08:43:50 +1000 Subject: [PATCH] Add Cocopoad file recognition to database --- include/classifier/database.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/classifier/database.json b/include/classifier/database.json index 5fcee65b..8bc80039 100644 --- a/include/classifier/database.json +++ b/include/classifier/database.json @@ -1053,5 +1053,12 @@ "patch" ], "keywords": [] + }, + { + "language": "Cocoapod", + "extensions": [ + "cocoapod" + ], + "keywords": [] } ] \ No newline at end of file