[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / b / a / GBDeviceInfo / 3.0.0 / GBDeviceInfo.podspec.json
blobe809a9d8e8b8e3ae1ff44a4a0961350103bb2811
2   "name": "GBDeviceInfo",
3   "version": "3.0.0",
4   "summary": "Detects the hardware, software and display of the current iOS or Mac OS X device at runtime.",
5   "authors": "Luka Mirosevic",
6   "homepage": "https://github.com/lmirosevic/GBDeviceInfo",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/lmirosevic/GBDeviceInfo.git",
13     "tag": "3.0.0"
14   },
15   "ios": {
16     "source_files": [
17       "GBDeviceInfo/*_iOS.{h,m}",
18       "GBDeviceInfo/GBDeviceInfo.h",
19       "GBDeviceInfo/GBDeviceInfoTypes_Common.h",
20       "GBDeviceInfo/GBDeviceInfoInterface.h",
21       "GBDeviceInfo/GBDeviceInfoCommonUtils.{h,m}"
22     ],
23     "public_header_files": [
24       "GBDeviceInfo/*_iOS.h",
25       "GBDeviceInfo/GBDeviceInfo.h",
26       "GBDeviceInfo/GBDeviceInfoTypes_Common.h",
27       "GBDeviceInfo/GBDeviceInfoInterface.h"
28     ],
29     "frameworks": "Foundation"
30   },
31   "osx": {
32     "source_files": [
33       "GBDeviceInfo/*_OSX.{h,m}",
34       "GBDeviceInfo/GBDeviceInfo.h",
35       "GBDeviceInfo/GBDeviceInfoTypes_Common.h",
36       "GBDeviceInfo/GBDeviceInfoInterface.h",
37       "GBDeviceInfo/GBDeviceInfoCommonUtils.{h,m}"
38     ],
39     "public_header_files": [
40       "GBDeviceInfo/*_OSX.h",
41       "GBDeviceInfo/GBDeviceInfo.h",
42       "GBDeviceInfo/GBDeviceInfoTypes_Common.h",
43       "GBDeviceInfo/GBDeviceInfoInterface.h"
44     ],
45     "frameworks": [
46       "Cocoa",
47       "CoreServices",
48       "Foundation"
49     ]
50   },
51   "requires_arc": true,
52   "platforms": {
53     "ios": "5.0",
54     "osx": "10.6"
55   }