[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 6 / c / MoonLight_iOS / 2.1.0 / MoonLight_iOS.podspec.json
blob7a759003bb966a6c47dd65c8c00ca4d297ad53c8
2   "name": "MoonLight_iOS",
3   "version": "2.1.0",
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, GPU, FPS and ANR 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.1.0"
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     "MoonLight_iOS/MoonLight/FPS/*.h",
29     "MoonLight_iOS/MoonLight/ANR/*.h"
30   ],
31   "private_header_files": [
32     "MoonLight_iOS/MoonLight/iOSGPU/IOKit.h"
33   ],
34   "frameworks": "IOKit",
35   "requires_arc": true