[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 8 / d / 7 / LeakCanaryiOS / 0.5.0 / LeakCanaryiOS.podspec.json
blob6e6c6abeb23bc0c099c5775ca9c1a44ab51080c7
2   "name": "LeakCanaryiOS",
3   "version": "0.5.0",
4   "summary": "Memory leak detection in iOS unit test cases",
5   "description": "Memory leak detection in XCTest, no problem!",
6   "homepage": "https://github.com/haifengkao/LeakCanaryiOS",
7   "license": "MIT",
8   "authors": {
9     "Hai Feng Kao": "haifeng@cocoaspice.in"
10   },
11   "source": {
12     "git": "https://github.com/haifengkao/LeakCanaryiOS.git",
13     "tag": "0.5.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "exclude_files": "Pod/Classes/NSObject+HeapInspector.{h,m}",
21   "subspecs": [
22     {
23       "name": "no-arc",
24       "requires_arc": false,
25       "source_files": "Pod/Classes/NSObject+HeapInspector.{h,m}"
26     }
27   ]