Browse Source

Added license in plugin.xml

Shazron Abdullah 12 years ago
parent
commit
11aff59e0c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      plugin.xml

+ 3 - 1
plugin.xml

@@ -5,7 +5,9 @@
 
     <name>KeyChain Plugin for Cordova iOS</name>
     <description>This plugin allows your app access to the iOS KeyChain from Cordova. See: https://developer.apple.com/library/mac/documentation/security/conceptual/keychainServConcepts/iPhoneTasks/iPhoneTasks.html</description>
-	
+    <license>Apache 2.0</license>
+    <keywords>keychain</keywords>	
+    
     <engines>
         <engine name="cordova" version=">=2.2.0" />
     </engines>