j2objc-contrib / j2objc-gradle

This plugin is no longer actively maintained. J2ObjC Gradle Plugin: enables Java source to be part of an iOS application's build so you can write an app's non-UI code (such as application logic and data models) in Java, which is then shared by Android apps (natively Java) and iOS apps (using J2ObjC), all as part of your usual Android Gradle build.
https://github.com/j2objc-contrib/j2objc-gradle
Apache License 2.0
139 stars 43 forks source link

Podspec includes guava by default and doesn't respect linkJ2objcLibs variable #597

Open mikelikespie opened 8 years ago

mikelikespie commented 8 years ago

In PodspecTask there seems to be

"'ObjC', 'guava', 'javax_inject', 'jre_emul', 'jsr305', 'z', 'icucore'\n" +

I'm trying to get it to compile w/o guava without manually editing the podspec file. Guava has a pretty large binary size