[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / d / 7 / LeakCanaryiOS / 0.1.0 / LeakCanaryiOS.podspec.json
blobac9c5682d16127ea0e6e329dfa521cd5f2060ade
2   "name": "LeakCanaryiOS",
3   "version": "0.1.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.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "LeakCanaryiOS": [
22       "Pod/Assets/*.png"
23     ]
24   }