blob: 336863ac229883332a840fd7a92ae0eb0a6cec93 [file] [log] [blame]
{
"name": "Aardvark",
"version": "2.0.1",
"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": "2.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Aardvark/**/*.{h,m}",
"private_header_files": [
"Aardvark/*_Testing.h",
"Aardvark/Private Categories/*.h"
],
"dependencies": {
"CoreAardvark": [
"~> 1.0"
]
}
}