[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 8 / 5 / c / JBPerformanceLogger / 1.0.0 / JBPerformanceLogger.podspec.json
blob4f3583d4fbb39b1747b53fb5681da98318911299
2   "name": "JBPerformanceLogger",
3   "version": "1.0.0",
4   "summary": "Performance logger suitable for measuring number of frames per second in iOS applications.",
5   "homepage": "https://github.com/josipbernat/JBPerformanceLogger",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Josip Bernat": "josip.bernat@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/josipbernat",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/josipbernat/JBPerformanceLogger.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": "JBPerformanceLogger/JBPerformanceLogger/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "PureLayout": [
26     ]
27   }