This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new e0344dfd86 fix: Remove pod http attribute from docs (#1358)
e0344dfd86 is described below

commit e0344dfd860304f1461adf94b96002a465359f94
Author: Darryl Pogue <dar...@dpogue.ca>
AuthorDate: Thu Aug 29 02:22:38 2024 -0700

    fix: Remove pod http attribute from docs (#1358)
    
    This is not a valid option for a pod declaration in a Podfile, and has 
never actually been handled by cordova-ios.
    
    Closes https://github.com/apache/cordova-ios/issues/916
---
 www/docs/en/dev/plugin_ref/spec.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/docs/en/dev/plugin_ref/spec.md 
b/www/docs/en/dev/plugin_ref/spec.md
index 818c515a37..adb22cc93a 100644
--- a/www/docs/en/dev/plugin_ref/spec.md
+++ b/www/docs/en/dev/plugin_ref/spec.md
@@ -556,7 +556,6 @@ branch<br />{% cdv_vartype string %} | Pod `branch` option.
 tag<br />{% cdv_vartype string %} | Pod `tag` option.
 commit<br />{% cdv_vartype string %} | Pod `commit` option.
 configurations<br />{% cdv_vartype string %} | Pod `configurations` option. 
For multiple values, separate them with a comma.
-http<br />{% cdv_vartype string %} | Pod `http` option.
 path<br />{% cdv_vartype string %} | Pod `path` option. Pod located on the 
local file system.
 options<br />{% cdv_vartype string %} | Pod options declared in raw format. If 
declared, the other Pod options are overwritten.<br/>Example: `options=":git => 
'https://github.com/Alamofire/Alamofire.git', :tag => '3.1.1'"`
 


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

Reply via email to