blob: 9176fe1333d73d4c1f16c1c1c17d696afe23d033 [file] [log] [blame]
{
"name": "ZRYAsyncTestCase",
"version": "0.0.1",
"summary": "Asynchronous unit testing for your Xcode apps.",
"homepage": "https://github.com/marianoabdala/ZRYAsyncTestCase",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": {
"Mariano Abdala": "mariano@zerously.com"
},
"source": {
"git": "https://github.com/marianoabdala/ZRYAsyncTestCase.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ZRYAsyncTestCase/*",
"requires_arc": true,
"ios": {
"frameworks": "SenTestingKit"
}
}