blob: ac9c5682d16127ea0e6e329dfa521cd5f2060ade [file] [log] [blame]
{
"name": "LeakCanaryiOS",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LeakCanaryiOS": [
"Pod/Assets/*.png"
]
}
}