blob: 83b5b78fdf33c9d4e717a3707a99f619cc2fe63e [file] [log] [blame]
{
"name": "AOTestCase",
"platforms": {
"ios": "6.0"
},
"version": "1.0.0",
"summary": "AOTestCase subclasses XCTestCase and adds easy-to-use method swizzling and asynchronous test support",
"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.0"
},
"frameworks": "XCTest",
"requires_arc": true,
"source_files": "AOTestCase/*.{h,m}"
}