Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Strong authored Jan 29, 2019
1 parent df8b6fe commit 896be40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.alecstrong:cocoapods-gradle-plugin:0.2.0'
classpath 'com.alecstrong:cocoapods-gradle-plugin:0.3.0'
}
}
Expand Down Expand Up @@ -70,7 +70,7 @@ kotlin {

Doing this will also generate a `iosTest` task for running tests against this target.

### Custom architectures
### Custom Architectures

By default this packages a fat binary with x64, arm64, and arm32 architectures inside. To override this behavior pass a list of presets into the `targetForCocoapods` method:

Expand Down

0 comments on commit 896be40

Please sign in to comment.