blob: 5fae755f14b8e0c1301b9d0be74269a98d16ca37 [file] [log] [blame]
{
"name": "OnDeallocateX",
"version": "2.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": "2.0.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true
}