blob: d46f579f582ba719f605a648b8947e8d34860da4 [file] [log] [blame]
{
"name": "AOTestCase",
"platforms": {
"ios": "6.0"
},
"version": "1.0.1",
"summary": "AOTestCase subclasses XCTestCase and adds asynchronous unit test support, method swizzling, and a category for associating objects.",
"homepage": "https://github.com/JRG-Developer/AOTestCase.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joshua Greene": "jrg.developer@gmail.com"
},
"source": {
"git": "https://github.com/JRG-Developer/AOTestCase.git",
"tag": "1.0.1"
},
"frameworks": "XCTest",
"requires_arc": true,
"source_files": "AOTestCase/*.{h,m}"
}