blob: 73008e95c4bf53caff4b32e303ff4dfd24ae3280 [file] [log] [blame]
{
"name": "AGAssert",
"version": "2.0",
"summary": "The better alternative to NSAssert.",
"homepage": "https://github.com/hfossli/AGAssert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HaƄvard Fossli": "hfossli@gmail.com"
},
"source": {
"git": "https://github.com/hfossli/AGAssert.git",
"tag": "2.0"
},
"source_files": "Source/*.{h,m}",
"exclude_files": "Source/*Test.{h,m}",
"requires_arc": true
}