blob: d4d6d31cc7bb863eac84b3f54689bad7cb4907ce [file] [log] [blame]
{
"name": "ETAssert",
"version": "1.0.1",
"summary": "Companion assert helper for the KZAssert's assertions suite.",
"description": "`KZAsserts` provides a great amount of helper assertions that provide testing capabilities even during production code.\nUnfortunately it provides a preset of specific cases but no \"run block\" scenario.\n\n`ETAssert` will execute the provided `^(NSError *){ /*code here*/ }` block in case you need to return something other than `NO` or `nil`.\n",
"homepage": "https://github.com/esttorhe/ETAssert.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Esteban Torres": "me@estebantorr.es"
},
"social_media_url": "http://twitter.com/Creegan119",
"source": {
"git": "https://github.com/esttorhe/ETAssert.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"dependencies": {
"KZAsserts": [
"~> 1.0"
]
},
"platforms": {
"ios": "4.0",
"osx": "10.7"
},
"requires_arc": false
}