Commit 7390535
committed
fix(capacitor-ios): add root-level podspec for CocoaPods discovery
Capacitor CLI generates Podfile entries pointing to the plugin package
root, but the podspec was only in ios/. This caused pod install to fail
with "No podspec found" when using the plugin as a local dependency.1 parent 9510ed2 commit 7390535
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments