blob: feb7f20531b12eb0e9dc6f4a07964a67823d5cb5 [file] [log] [blame]
{
"name": "MABlockClosure",
"version": "0.0.1",
"summary": "MABlockClosure uses libffi to generate function pointers wrapping Objective-C blocks.",
"homepage": "https://github.com/mikeash/MABlockClosure",
"license": {
"type": "BSD",
"text": "LICENSE"
},
"authors": {
"Mike Ash": "mike@mikeash.com"
},
"source": {
"git": "https://github.com/mikeash/MABlockClosure.git",
"commit": "5148a8f383e2eb796bb5316b4d06361a54958234"
},
"source_files": "MABlockClosure.{h,m}",
"dependencies": {
"libffi": [
]
},
"requires_arc": false
}