blob: 08ed93d1dcaae0092290e3db8c3bbb2a412ebc35 [file] [log] [blame]
{
"name": "Aardvark",
"version": "1.6.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": "1.6.0"
},
"platforms": {
"ios": "6.0"
},
"default_subspecs": "Aardvark",
"subspecs": [
{
"name": "Aardvark",
"source_files": [
"Aardvark/*.{h,m}",
"Categories/*.{h,m}",
"Other/*.{h,m}",
"Logging/*.{h,m}",
"Log Viewing/*.{h,m}",
"Bug Reporting/*.{h,m}"
],
"private_header_files": [
"Aardvark/*_Testing.h",
"Categories/*.h",
"Other/*_Testing.h",
"Logging/*_Testing.h",
"Log Viewing/*_Testing.h",
"Bug Reporting/*_Testing.h"
],
"dependencies": {
"Aardvark/AardvarkCore": [
]
}
},
{
"name": "AardvarkCore",
"source_files": [
"CoreAardvark/*.{h,m}",
"CoreCategories/*.{h,m}",
"CoreOther/*.{h,m}",
"CoreLogging/*.{h,m}"
],
"private_header_files": [
"CoreAardvark/*_Testing.h",
"CoreCategories/*.h",
"CoreOther/*_Testing.h",
"CoreLogging/*_Testing.h"
]
}
]
}