blob: 80318e66ccf5fbb4fb175ad51855cf2032375c56 [file] [log] [blame]
{
"name": "AckbarTesting",
"version": "1.0.0",
"summary": "Testing helpers for detecting Ackbar assertion failures.",
"homepage": "https://github.com/square/ackbar",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Square, Inc.",
"source": {
"git": "https://github.com/square/ackbar.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "XCTest"
},
"dependencies": {
"AckbarAssertions": [
]
},
"source_files": "Ackbar/Testing"
}