[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / d / 7 / LeakCanaryiOS / 0.4.0 / LeakCanaryiOS.podspec.json
blob97f6c6cf95aeda921bcbcd6f6a178a0698ff9a15
2   "name": "LeakCanaryiOS",
3   "version": "0.4.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.4.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   ]