Skip to content

Commit

Permalink
chore: removed cordova-plugin-cocoapod-support
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekshindhe committed Jul 18, 2024
1 parent fe5b39d commit 9ba72c0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@
<param name="ios-package" value="Main" />
</feature>
</config-file>
<dependency id="cordova-plugin-cocoapod-support"/>
<pods-config ios-min-version="10.0" use-frameworks="true"/>
<header-file src="src/ios/Main.h"/>
<source-file src="src/ios/Main.m"/>
<pod name="razorpay-pod"/>
<framework src="CoreTelephony.framework" />
<framework src="SystemConfiguration.framework" />
<podspec>
<config>
<source url="https://github.com/CocoaPods/specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="razorpay-pod"/>
</pods>
</podspec>
</platform>

<!-- Browser -->
Expand Down

0 comments on commit 9ba72c0

Please sign in to comment.