blob: c13810b816a2e936233ccbcacdc8941f3ca69d27 [file] [log] [blame]
{
"name": "AOTestCase",
"platforms": {
"ios": "6.0"
},
"version": "1.0.2",
"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.2"
},
"frameworks": "XCTest",
"requires_arc": true,
"source_files": "AOTestCase/*.{h,m}"
}