Commit ecb20c18627527802a0f2e92575405d97096d6cb

Tzu-ping Chung 2014-06-25T22:06:06

Add objc to components

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/components.js b/components.js
index c546ae6..a5a06ff 100644
--- a/components.js
+++ b/components.js
@@ -156,6 +156,11 @@ var components = {
 			"title": "Swift",
 			"require": "clike",
 			"owner": "chrischares"
+		},
+		"objc": {
+			"title": "Objective-C",
+			"require": "c",
+			"owner": "uranusjr"
 		}
 	},
 	"plugins": {