[ios_platform_images] Removed android support from the pubspec. (#2432)

diff --git a/packages/ios_platform_images/CHANGELOG.md b/packages/ios_platform_images/CHANGELOG.md
index 704434d..5dddee9 100644
--- a/packages/ios_platform_images/CHANGELOG.md
+++ b/packages/ios_platform_images/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.1.0+1
+
+* Removed Android support from the pubspec.
+
 ## 0.1.0
 
 * Fixed a bug where the scale value of the image wasn't respected.
diff --git a/packages/ios_platform_images/pubspec.yaml b/packages/ios_platform_images/pubspec.yaml
index 1b4cf46..420669b 100644
--- a/packages/ios_platform_images/pubspec.yaml
+++ b/packages/ios_platform_images/pubspec.yaml
@@ -1,6 +1,6 @@
 name: ios_platform_images
 description: A plugin to share images between Flutter and iOS in add-to-app setups.
-version: 0.1.0
+version: 0.1.0+1
 homepage: https://github.com/flutter/plugins/tree/master/packages/ios_platform_images/ios_platform_images
 
 environment:
@@ -26,9 +26,6 @@
   # adding or updating assets for this project.
   plugin:
     platforms:
-      android:
-        package: io.flutter.ios_platform_images
-        pluginClass: IosPlatformImagesPlugin
       ios:
         pluginClass: IosPlatformImagesPlugin