Skip to content

Commit

Permalink
fix: Remove pod http attribute from docs (#1358)
Browse files Browse the repository at this point in the history
This is not a valid option for a pod declaration in a Podfile, and has never actually been handled by cordova-ios.

Closes apache/cordova-ios#916
  • Loading branch information
dpogue authored Aug 29, 2024
1 parent 849ceca commit e0344df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/docs/en/dev/plugin_ref/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'"`

Expand Down

0 comments on commit e0344df

Please sign in to comment.