blob: 8c0c09262bd3ab2a87e1530b5bb414f56502ee7e [file] [log] [blame]
{
"name": "Aardvark",
"version": "1.0.1",
"license": "Apache",
"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": "1.0.1"
},
"source_files": [
"Aardvark/*.{h,m}",
"Categories/*.{h,m}",
"Other/*.{h,m}",
"Logging/*.{h,m}",
"Log Viewing/*.{h,m}",
"Bug Reporting/*.{h,m}"
],
"private_header_files": [
"Categories/*.h",
"**/*_Testing.h"
],
"platforms": {
"ios": "6.0"
}
}