[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / d / e / OOMDetector / 1.1 / OOMDetector.podspec.json
blob59188f1ae94aa940da88b291a3967b3d3d0e4592
2   "name": "OOMDetector",
3   "version": "1.1",
4   "summary": "OOMDetector is an iOS memory detector, which is used to detect OutOfMemory warnings, big memory allocations and memory leaks.",
5   "description": "OOMDetector is a memory detector created by programmers from Tencent, which is used as a framework in an iOS app.\nBy hooking malloc and vm allocation methods, OOMDetector can monitor all allocations of memory by app. Through counting\nthe summary volume of memory allocated with time, we can get the proximate memory of the app.",
6   "homepage": "https://github.com/Tencent/OOMDetector",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Tencent",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/Tencent/OOMDetector.git",
17     "tag": "1.1"
18   },
19   "source_files": [
20     "libOOMDetector/libOOMDetector",
21     "libOOMDetector/libOOMDetector/**/*.{h,m,mm}"
22   ],
23   "public_header_files": [
24     "libOOMDetector/libOOMDetector/OOMDetector/common/upload/QQLeakDataUploadCenter.h",
25     "libOOMDetector/libOOMDetector/OOMDetector/Headers/*.h",
26     "libOOMDetector/libOOMDetector/OOMDetector/OOMDetector/statistic/OOMStatisticsInfoCenter.h",
27     "libOOMDetector/libOOMDetector/OOMDetector/common/upload/QQLeakFileUploadCenter.h",
28     "libOOMDetector/libOOMDetector/libOOMDetector.h"
29   ],
30   "resources": "assets/*.gif",
31   "requires_arc": [
32     "libOOMDetector/libOOMDetector/OOMDetector/common/upload/QQLeakDataUploadCenter.mm",
33     "libOOMDetector/libOOMDetector/OOMDetector/OOMDetector/memoryIndicator/MemoryIndicator.m"
34   ],
35   "dependencies": {
36     "fishhook": [
37       "0.2"
38     ]
39   }