[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / 3 / GPUUtilization / 0.5.0 / GPUUtilization.podspec.json
blob4528b3e03354d2363ae30c5b1def65440caa62e5
2   "name": "GPUUtilization",
3   "version": "0.5.0",
4   "summary": "measure GPU hardware utilization on iOS Devices",
5   "description": "This project is used to measure GPU Usage on iOS Devices within apps.",
6   "homepage": "https://github.com/rickytan/GPUUtilization",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rickytan": "ricky.tan.xin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rickytan/GPUUtilization.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GPUUtilization/Classes/*",
22   "private_header_files": "GPUUtilization/Classes/IOKit.h",
23   "frameworks": [
24     "UIKit",
25     "IOKit"
26   ]