blob: d923fed98308ba8a3ab800778d69bdff438fa19b [file] [log] [blame]
{
"name": "Aardvark",
"version": "3.4.3",
"license": "Apache License, Version 2.0",
"summary": "Aardvark is a library that makes it dead simple to create actionable bug reports.",
"homepage": "https://github.com/square/Aardvark",
"authors": "Square",
"source": {
"git": "https://github.com/square/Aardvark.git",
"tag": "3.4.3"
},
"swift_versions": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "Aardvark/**/*.{h,m,swift}",
"private_header_files": [
"Aardvark/*_Testing.h",
"Aardvark/Private Categories/*.h"
],
"dependencies": {
"CoreAardvark": [
"~> 2.0"
]
},
"swift_version": "4.0"
}