update plugin configuration remove deprecated tag
This commit is contained in:
parent
64f3e3a2be
commit
179755b43c
12
plugin.xml
12
plugin.xml
@ -39,10 +39,18 @@
|
||||
|
||||
<framework src="libz.tbd" />
|
||||
<framework src="libxml2.tbd" />
|
||||
<framework src="GCDWebServer" type="podspec" spec="~> 3.5.2" />
|
||||
|
||||
<podspec>
|
||||
<config>
|
||||
<source url="https://github.com/CocoaPods/Specs.git"/>
|
||||
</config>
|
||||
<pods use-frameworks="true">
|
||||
<pod name="GCDWebServer" spec="~> 3.5.2"/>
|
||||
</pods>
|
||||
</podspec>
|
||||
|
||||
<!-- GCDWebserver -->
|
||||
<header-file src="src/ios/GCDWebServer-Bridging-Header.h"/>
|
||||
<header-file src="src/ios/GCDWebServer-Bridging-Header.h" type="BridgingHeader"/>
|
||||
|
||||
</platform>
|
||||
</plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user