Scout24/gradle-cocoapods-plugin

Name: gradle-cocoapods-plugin

Owner: AutoScout24

Owner: AutoScout24

Description: A Gradle plugin for Cocoapods.

Created: 2014-04-09 11:08:56.0

Updated: 2017-03-13 10:27:19.0

Pushed: 2018-01-08 08:37:51.0

Homepage:

Size: 300

Language: Groovy

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

gradle-cocoapods-plugin

A Gradle plugin for Cocoapods.

Basic usage

Add to your build.gradle

dscript {
repositories {
    mavenCentral()
}
dependencies {
    classpath 'com.autoscout24.gradle:gradle-cocoapods-plugin:1.3'
}


y plugin: 'com.autoscout24.gradle.cocoapods'
Advanced usage

Add to your build.gradle

apods {
teamCityLog = true
ignorePackages = ["AFNetworking"]
failOnFailure = false

Changelog

Releases

License

gradle-cocoapods-plugin is available under the MIT license. See the LICENSE file for more info.

gradle-cocoapods-plugin

A Gradle plugin for Cocoapods.

Basic usage

Add to your build.gradle

dscript {
repositories {
    mavenCentral()
}
dependencies {
    classpath 'com.autoscout24.gradle:gradle-cocoapods-plugin:1.3'
}


y plugin: 'com.autoscout24.gradle.cocoapods'
Advanced usage

Add to your build.gradle

apods {
teamCityLog = true
ignorePackages = ["AFNetworking"]
failOnFailure = false

Changelog

Releases

License

gradle-cocoapods-plugin is available under the MIT license. See the LICENSE file for more info.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.