Skip to content

Commit 1605cd8

Browse files
authored
Merge pull request #278 from spoonconsulting/use-framework-pod
remove framework tag
2 parents 1bab124 + e29f05b commit 1605cd8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

plugin.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@
5353
<resource-file src="src/android/res/ic_upload.png" target="res/drawable/ic_upload.png" />
5454
</platform>
5555
<platform name="ios">
56-
<framework src="AFNetworking" type="podspec" spec="~> 4.0.1" />
56+
<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>
5764
<config-file target="config.xml" parent="/*">
5865
<feature name="FileTransferBackground">
5966
<param name="ios-package" value="FileTransferBackground" />

0 commit comments

Comments
 (0)