From e0344dfd860304f1461adf94b96002a465359f94 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Thu, 29 Aug 2024 02:22:38 -0700 Subject: [PATCH] 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
{% cdv_vartype string %} | Pod `branch` option. tag
{% cdv_vartype string %} | Pod `tag` option. commit
{% cdv_vartype string %} | Pod `commit` option. configurations
{% cdv_vartype string %} | Pod `configurations` option. For multiple values, separate them with a comma. -http
{% cdv_vartype string %} | Pod `http` option. path
{% cdv_vartype string %} | Pod `path` option. Pod located on the local file system. options
{% cdv_vartype string %} | Pod options declared in raw format. If declared, the other Pod options are overwritten.
Example: `options=":git => 'https://github.com/Alamofire/Alamofire.git', :tag => '3.1.1'"`