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

swift5.XcodeGen.mustache Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy