[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 8 / d / 7 / LeakCanaryiOS / 0.6.0 / LeakCanaryiOS.podspec.json
blob421a4853e476632aefd8a7081b0bba080f315f0d
2   "name": "LeakCanaryiOS",
3   "version": "0.6.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.6.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   ]