blob: 6a9e671830c43e5d472c53ffcd44a462af3e9255 [file] [log] [blame]
{
"name": "TrefleSwiftSDK",
"version": "0.0.1",
"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.1"
},
"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"
}