Skip to content

Commit

Permalink
Merge pull request #172 from razorpay/b/cordova-plugin-cocoapod-suppo…
Browse files Browse the repository at this point in the history
…rt-fix

chore: removed cordova-plugin-cocoapod-support
  • Loading branch information
vivekshindhe authored Oct 21, 2024
2 parents fe5b39d + 9ba72c0 commit 1a73dcf
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 1a73dcf

Please sign in to comment.