All Downloads are FREE. Search and download functionalities are using the official Maven repository.

swift4.XcodeGen.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
name: {{projectName}}
targets:
  {{projectName}}:
    type: framework
    platform: iOS
    deploymentTarget: "10.0"
    sources: [{{projectName}}]
    info:
      path: ./Info.plist
      version: {{#podVersion}}{{podVersion}}{{/podVersion}}{{^podVersion}}{{#apiInfo}}{{version}}{{/apiInfo}}{{^apiInfo}}}0.0.1{{/apiInfo}}{{/podVersion}}
    settings:
      APPLICATION_EXTENSION_API_ONLY: true
    scheme: {}
    dependencies:
    - carthage: Alamofire{{#useRxSwift}}
    - carthage: RxSwift{{/useRxSwift}}{{#usePromiseKit}}
    - carthage: PromiseKit{{/usePromiseKit}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy