blob: 6ff8ef07bb9fe8be9e2271bb6bebb33c056d73fe [file] [log] [blame]
{
"name": "AGAsyncTestHelper",
"version": "1.0",
"summary": "Macro for writing unit 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": "1.0"
},
"default_subspecs": [
"Core"
],
"requires_arc": false,
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.{h,m}",
"requires_arc": false
},
{
"name": "Shorthand",
"dependencies": {
"AGAsyncTestHelper/Core": [
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AGWW_SHORTHAND"
}
}
]
}