blob: 155ae266db5554a88d685eb71f6b09096fdc3177 [file] [log] [blame]
{
"name": "CoreAardvark",
"version": "2.2.0",
"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.0"
},
"platforms": {
"ios": "8.0",
"watchos": "3.0"
},
"source_files": "CoreAardvark/**/*.{h,m,swift}",
"private_header_files": [
"CoreAardvark/*_Testing.h",
"CoreAardvark/Private Categories/*.h"
]
}