blob: 5a73c22e9b5ed0ded9c328640d7d660aaa2ef5cf [file] [log] [blame]
{
"name": "AGAssert",
"version": "0.2",
"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": "0.2"
},
"source_files": "Source/*.{h,m}",
"exclude_files": "Source/*Test.{h,m}",
"requires_arc": true
}