[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / f / b / a / GBDeviceInfo / 5.4.0 / GBDeviceInfo.podspec.json
blobf4772fb598c8536d7d31951dbdd5593e3bc25ff7
2   "name": "GBDeviceInfo",
3   "version": "5.4.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": "5.4.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.10"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "ios": {
25         "source_files": [
26           "GBDeviceInfo/*_iOS.{h,m}",
27           "GBDeviceInfo/*_Common.{h,m}",
28           "GBDeviceInfo/GBDeviceInfo.h",
29           "GBDeviceInfo/GBDeviceInfoInterface.h",
30           "GBDeviceInfo/GBDeviceInfo_Subclass.h"
31         ],
32         "public_header_files": [
33           "GBDeviceInfo/*_iOS.h",
34           "GBDeviceInfo/*_Common.h",
35           "GBDeviceInfo/GBDeviceInfo.h",
36           "GBDeviceInfo/GBDeviceInfoInterface.h",
37           "GBDeviceInfo/GBDeviceInfo_Subclass.h"
38         ],
39         "frameworks": "Foundation"
40       },
41       "osx": {
42         "source_files": [
43           "GBDeviceInfo/*_OSX.{h,m}",
44           "GBDeviceInfo/*_Common.{h,m}",
45           "GBDeviceInfo/GBDeviceInfo.h",
46           "GBDeviceInfo/GBDeviceInfoInterface.h",
47           "GBDeviceInfo/GBDeviceInfo_Subclass.h"
48         ],
49         "public_header_files": [
50           "GBDeviceInfo/*_OSX.h",
51           "GBDeviceInfo/*_Common.h",
52           "GBDeviceInfo/GBDeviceInfo.h",
53           "GBDeviceInfo/GBDeviceInfoInterface.h",
54           "GBDeviceInfo/GBDeviceInfo_Subclass.h"
55         ],
56         "frameworks": [
57           "Cocoa",
58           "CoreServices",
59           "Foundation"
60         ]
61       }
62     },
63     {
64       "name": "Jailbreak",
65       "platforms": {
66         "ios": "6.0"
67       },
68       "ios": {
69         "dependencies": {
70           "GBJailbreakDetection": [
71             "~> 1.3"
72           ]
73         }
74       }
75     }
76   ]