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