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