blob: 1149deeca7669d210905257d11e11cc8a7fdcd61 [file] [log] [blame]
{
"name": "AGAsyncTestHelper",
"version": "0.2",
"summary": "Macro for writing SenTestingKit 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"
},
"source_files": "Source/*.{h,m}",
"frameworks": [
"Foundation",
"SenTestingKit"
],
"requires_arc": true
}