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