blob: 649e9c6513f90a5f931c058801c49db4b9b2bfb0 [file] [log] [blame]
{
"name": "SHTestCaseAdditions",
"version": "1.0.0",
"summary": "Prefixed category on SenTestCase and XCTestCase to help with asynchronous callbacks.",
"description": " \n SHTestCaseAdditions contains asynchronous helpers (as a prefixed category) to write tests in SentTest and/or XCTest for delayed callbacks, \n like network calls or alert views, action sheets. Prefixed category on SenTestCase and XCTestCase\n\n * Swizzle and junk free\n * Prefixed selectors.\n * Works with both SentTest and/or XCTest\n * For iOS and Mac OS\n * Comes with tests and example. \n \n",
"homepage": "https://github.com/seivan/SHTestCaseAdditions",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHTestCaseAdditions.git",
"tag": "1.0.0"
},
"frameworks": [
"SenTestingKit"
],
"source_files": "SHTestCaseAdditions/**/*.{h,m}",
"requires_arc": true
}