[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / a / 1 / mfpm / 0.1.13 / mfpm.podspec.json
blob218c2b3851cc78118c30ec59786c95554f4a74b3
2   "name": "mfpm",
3   "version": "0.1.13",
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.13"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": [
18     "*.{h,m}",
19     "MLeaksFinder/*.{h,m}"
20   ],
21   "resources": [
22     "resources/*.png"
23   ],
24   "public_header_files": [
25     "*.h",
26     "MLeaksFinder/*.h"
27   ],
28   "requires_arc": true,
29   "frameworks": "MobileCoreServices",
30   "dependencies": {
31     "PNChart": [
33     ],
34     "ZipArchiveV": [
36     ]
37   }