blob: df3a17a6d3f3dc6891914dbb581509f65804a6e2 [file] [log] [blame]
{
"name": "LeakCanaryiOS",
"version": "0.2.0",
"summary": "Memory leak detection in iOS unit test cases",
"description": "Memory leak detection in XCTest, no problem!",
"homepage": "https://github.com/haifengkao/LeakCanaryiOS",
"license": "MIT",
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/LeakCanaryiOS.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"exclude_files": "Pod/Classes/NSObject+HeapInspector.{h,m}",
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": "Pod/Classes/NSObject+HeapInspector.{h,m}"
}
]
}