You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/11/01 00:43:27 UTC

[07/50] ios commit: CB-7775 - Add component.json for component and duo package managers (closes #102)

CB-7775 - Add component.json for component and duo package managers (closes #102)

- This allows cordova-ios to be compatible with `component(1)` and `duo(1)`

Signed-off-by: Shazron Abdullah <sh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/875f5a4b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/875f5a4b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/875f5a4b

Branch: refs/heads/wkwebview
Commit: 875f5a4bb8aba38c8e78a6989fe62a9c87047b6f
Parents: fb66b91
Author: Sankar Gorthi <sb...@gmail.com>
Authored: Mon Sep 8 22:40:26 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 13 13:41:37 2014 -0700

----------------------------------------------------------------------
 component.json | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/875f5a4b/component.json
----------------------------------------------------------------------
diff --git a/component.json b/component.json
new file mode 100644
index 0000000..53def41
--- /dev/null
+++ b/component.json
@@ -0,0 +1,10 @@
+{
+  "name": "cordova-ios",
+  "version": "3.7.0-dev",
+  "repository": "apache/cordova-ios",
+  "main": "CordovaLib/cordova.js",
+  "scripts": [
+    "CordovaLib/cordova.js"
+  ],
+  "license": "Apache Version 2.0"
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org