[Add] A00LaunchMeasure 1.0.2
[CocoaPods.git] / Specs / e / 6 / c / MoonLight_iOS / 2.0.6 / MoonLight_iOS.podspec.json
blob80c0e2a0a943fc2f9871844d78e6a9e86d5d009f
2   "name": "MoonLight_iOS",
3   "version": "2.0.6",
4   "summary": "MoonLight_iOS is a Performance Test Kit for iOS.",
5   "description": "MoonLight is a performance test kit on iOS and macOS. It can capture App Memory, App CPU, System CPU and GPU accurately and easily.",
6   "homepage": "https://github.com/AgoraIO-Community/MoonLight",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LiuJunJie": "liujunjie@agora.io"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/AgoraIO-Community/MoonLight.git",
19     "tag": "2.0.6"
20   },
21   "source_files": "MoonLight_iOS/**/**/*",
22   "public_header_files": [
23     "MoonLight_iOS/MoonLight/*.h",
24     "MoonLight_iOS/MoonLight/iOSGPU/MLiOSGPU.h",
25     "MoonLight_iOS/MoonLight/AppMemory/*.h",
26     "MoonLight_iOS/MoonLight/SystemCPU/*.h",
27     "MoonLight_iOS/MoonLight/AppCPU/*.h"
28   ],
29   "private_header_files": [
30     "MoonLight_iOS/MoonLight/iOSGPU/IOKit.h"
31   ],
32   "frameworks": "IOKit",
33   "requires_arc": true