blob: e163ec87a89979b7c893a609528ceca70cf1c6d6 [file] [log] [blame]
{
"name": "AGAsyncTestHelper",
"version": "0.2.2",
"summary": "Macro for writing XCTest tests with asynchronous operations.",
"homepage": "https://github.com/hfossli/AGAsyncTestHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HÃ¥vard Fossli": "hfossli@gmail.com"
},
"source": {
"git": "https://github.com/hfossli/AGAsyncTestHelper.git",
"tag": "0.2.2"
},
"source_files": "Source/*.{h,m}",
"frameworks": [
"Foundation",
"XCTest"
],
"requires_arc": true
}