[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / e / 8 / GDPerformanceView / 1.2.3 / GDPerformanceView.podspec.json
bloba2b46263027a752f0e1fb42eacfca55daef3d36d
2   "name": "GDPerformanceView",
3   "version": "1.2.3",
4   "summary": "Shows FPS, CPU usage, app and iOS versions above the status bar and report FPS and CPU usage via delegate.",
5   "homepage": "https://github.com/dani-gavrilov/GDPerformanceView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Gavrilov Daniil": "daniilmbox@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/dani-gavrilov/GDPerformanceView.git",
18     "tag": "1.2.3"
19   },
20   "source_files": "GDPerformanceView/GDPerformanceMonitoring/*",
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "QuartzCore"
25   ],
26   "requires_arc": true