blob: 077f2e395dbc78743d229629f11c4ab3a06b41e8 [file] [log] [blame]
{
"name": "Aardvark",
"version": "3.4.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": "3.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Aardvark/**/*.{h,m,swift}",
"private_header_files": [
"Aardvark/*_Testing.h",
"Aardvark/Private Categories/*.h"
],
"dependencies": {
"CoreAardvark": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0"
}