[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / a / 1 / mfpm / 0.1.9 / mfpm.podspec.json
blob534ee2982581401c629fde4d050da08fd6bbde1c
2   "name": "mfpm",
3   "version": "0.1.9",
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.1.9"
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   "frameworks": "MobileCoreServices",
27   "dependencies": {
28     "PNChart": [
30     ],
31     "ZipArchiveV": [
33     ],
34     "MLeaksFinder": [
36     ]
37   }