Sha256: e57b2f86051baeeef2c7617f01ef4f42a850e2c21c935bf5e63a164376b8e4a2

Contents?: true

Size: 907 Bytes

Versions: 2

Compression:

Stored size: 907 Bytes

Contents

{
  "name": "Stencil",
  "version": "0.4.0",
  "summary": "Stencil is a simple and powerful template language for Swift.",
  "homepage": "https://github.com/kylef/Stencil",
  "license": {
    "type": "BSD",
    "file": "LICENSE"
  },
  "authors": {
    "Kyle Fuller": "inbox@kylefuller.co.uk"
  },
  "social_media_url": "http://twitter.com/kylefuller",
  "source": {
    "git": "https://github.com/kylef/Stencil.git",
    "tag": "0.4.0"
  },
  "source_files": [
    "Sources/*.swift",
    "Sources/TemplateLoader/*.swift"
  ],
  "platforms": {
    "ios": "8.0",
    "osx": "10.9"
  },
  "requires_arc": true,
  "dependencies": {
    "PathKit": [ "~> 0.5.0" ]
  },
  "test_specification": {
    "source_files": [
      "Tests/*.swift",
      "Tests/TemplateLoader/*.swift",
      "Tests/Nodes/*.swift"
    ],
    "dependencies": {
      "Spectre": [ "~> 0.5.0" ],
      "PathKit": [ "~> 0.5.0" ]
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cocoapods-schoutedenapus-0.0.2 spec/fixtures/Stencil.podspec.json
cocoapods-schoutedenapus-0.0.1 spec/fixtures/Stencil.podspec.json