Skip to content

+ Add support to "podspec" parameter for #452 #453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update IOSResolver.cs
- Update comments for podspecPath
  • Loading branch information
camphongdinh committed Jul 30, 2021
commit 62a0aa6cde4ff9c8c29d275eb598700a0a96d1cc
2 changes: 1 addition & 1 deletion source/IOSResolver/src/IOSResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public IOSXmlDependencies() {
/// <iosPods>
/// <iosPod name="name"
/// path="pathToLocal"
/// podspecPath="pathToLocalPodSpecJSON"
/// podspecPath="pathToPodSpec"
/// version="versionSpec"
/// bitcodeEnabled="enabled"
/// minTargetSdk="sdk">
Expand Down