We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bab124 + e29f05b commit 1605cd8Copy full SHA for 1605cd8
plugin.xml
@@ -53,7 +53,14 @@
53
<resource-file src="src/android/res/ic_upload.png" target="res/drawable/ic_upload.png" />
54
</platform>
55
<platform name="ios">
56
- <framework src="AFNetworking" type="podspec" spec="~> 4.0.1" />
+ <podspec>
57
+ <config>
58
+ <source url="https://cdn.cocoapods.org/"/>
59
+ </config>
60
+ <pods use-frameworks="true">
61
+ <pod name="AFNetworking" spec="~> 4.0.1" />
62
+ </pods>
63
+ </podspec>
64
<config-file target="config.xml" parent="/*">
65
<feature name="FileTransferBackground">
66
<param name="ios-package" value="FileTransferBackground" />
0 commit comments