Skip to content

Commit

Permalink
use <podspec> tag instead of deprecated <framework type="podspec">
Browse files Browse the repository at this point in the history
  • Loading branch information
chemerisuk committed May 10, 2019
1 parent ad5a601 commit cee0db5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,15 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<header-file src="src/ios/FirebaseMessagingPlugin.h" />
<source-file src="src/ios/FirebaseMessagingPlugin.m" />

<framework src="Firebase/Core" type="podspec" spec="~> 5.0"/>
<framework src="Firebase/Messaging" type="podspec" spec="~> 5.2"/>
<podspec>
<config>
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods>
<pod name="Firebase/Messaging" spec="~> 6.0.0" />
<pod name="Firebase/Core" spec="~> 6.0.0" />
</pods>
</podspec>
</platform>

<platform name="android">
Expand Down

0 comments on commit cee0db5

Please sign in to comment.