[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / a / 1 / mfpm / 0.0.5 / mfpm.podspec.json
blob9d53fbfc31c17d6a76daa0b97e67720dc2df8709
2   "name": "mfpm",
3   "version": "0.0.5",
4   "homepage": "https://github.com/vviicc/mfpm",
5   "summary": "A tool to monitor ios app performance such as memory and cpu.",
6   "license": "MIT",
7   "authors": {
8     "Vic": "704550191@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/vviicc/mfpm.git",
12     "tag": "0.0.5"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "**/*.{h,m}",
18   "resources": [
19     "resources/*.png"
20   ],
21   "public_header_files": [
22     "MFPM.h",
23     "MFPerformanceMonitor.h"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "PNChart": [
29     ],
30     "ZipArchiveV": [
32     ],
33     "MLeaksFinder": [
35     ]
36   }