blob: 14ddb4577860611c192d0ef861372e4ee10c92dc [file] [log] [blame]
{
"name": "TrefleSwiftSDK",
"version": "0.0.4",
"summary": "TrefleSwiftSDK is a Swift wrapper around the Trefle API.",
"homepage": "https://github.com/Baza207/TrefleSwiftSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"James Barrow": "james@pigonahill.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/Baza207/TrefleSwiftSDK.git",
"tag": "0.0.4"
},
"source_files": "Source/**/*.swift",
"exclude_files": "Tests/**/TestConfig.{json}",
"swift_versions": "5.1",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
],
"swift_version": "5.1"
}