blob: 2cf049d3d77debd417a785ae45b7b6f7c8b22610 [file] [log] [blame]
{
"name": "OnDeallocateX",
"version": "1.0.0",
"summary": "Code to track iOS objects deallocation",
"homepage": "https://github.com/ladeiko/OnDeallocateX",
"license": {
"type": "CUSTOM",
"file": "LICENSE"
},
"authors": {
"Siarhei Ladzeika": "sergey.ladeiko@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ladeiko/OnDeallocateX.git",
"tag": "1.0.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true
}