[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/stepstone-tech/SwiftFormat/master/SwiftFormat.podspec.json [Back]  [Original]

{
  "name": "SwiftFormat",
  "version": "0.49.1-stst",
  "license": {
    "type": "MIT",
    "file": "LICENSE.md"
  },
  "summary": "Mac and iOS library for formatting Swift source code.",
  "homepage": "https://github.com/nicklockwood/SwiftFormat",
  "authors": "Nick Lockwood",
  "source": {
    "git": "https://github.com/nicklockwood/SwiftFormat.git",
    "tag": "0.49.1-stst"
  },
  "default_subspecs": "Core",
  "subspecs": [{
      "name": "Core",
      "source_files": "Sources"
    },
    {
      "name": "CLI",
      "preserve_paths": "CommandLineTool/swiftformat",
      "platforms": {
        "ios": "7.0",
        "tvos": "9.0",
        "osx": "10.12"
      }
    }
  ],
  "platforms": {
    "ios": "11.0",
    "tvos": "11.0",
    "osx": "10.12"
  },
  "swift_versions": ["4.2", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5"],
  "requires_arc": true
}

Web Proxy Viewer  |  New URL  |  Original Page