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