[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 4 / 2 / MFPerformanceMonitor / 0.0.2 / MFPerformanceMonitor.podspec.json
blobdc34d95dbab4b2a231d946c09b868e68ac15b8d7
2   "name": "MFPerformanceMonitor",
3   "version": "0.0.2",
4   "homepage": "https://github.com/vviicc/MFPerformanceMonitor",
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/MFPerformanceMonitor.git",
12     "tag": "0.0.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "preserve_paths": "thirdParty/LibXL.framework",
18   "vendored_frameworks": "thirdParty/LibXL.framework",
19   "source_files": "**/*.{h,m}",
20   "resources": [
21     "resources/*.png"
22   ],
23   "public_header_files": "*.{h}",
24   "requires_arc": true,
25   "dependencies": {
26     "PNChart": [
28     ],
29     "ZipArchiveV": [
31     ],
32     "MLeaksFinder": [
34     ]
35   },
36   "xcconfig": {
37     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/MFPerformanceMonitor/thirdParty/\"",
38     "OTHER_LDFLAGS": "$(inherited) -lz -lstdc++ -framework \"LibXL\""
39   }