[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 5 / d / 1 / ZJMemoryProfiler / 1.6.2 / ZJMemoryProfiler.podspec.json
blobce2e7a588f2020de2b64a8171d2e5a2370ee4b7a
2   "name": "ZJMemoryProfiler",
3   "version": "1.6.2",
4   "summary": "A memory profiler base on FBMemoryProfiler.",
5   "description": "A memory profiler base on FBMemoryProfiler that can show app memory usage and\ndetect retain cycles of current top view controller.",
6   "homepage": "https://github.com/zjumelody/ZJMemoryProfiler",
7   "license": "MIT",
8   "authors": {
9     "Melody": "zjumelody@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/zjumelody/ZJMemoryProfiler.git",
16     "tag": "1.6.2"
17   },
18   "source_files": "ZJMemoryProfiler/*.{h,m,mm}",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "FBMemoryProfiler": [
26       "~> 0.1.3"
27     ],
28     "FBAllocationTracker": [
29       "~> 0.1.5"
30     ],
31     "FBRetainCycleDetector": [
32       "~> 0.1.2"
33     ]
34   }