blob: 2ce162eef445caf4bed7d8c1fa88b9174dee736c [file] [log] [blame]
{
"name": "GBDeviceInfo",
"version": "5.3.0",
"summary": "Detects the hardware, software and display of the current iOS or Mac OS X device at runtime.",
"authors": "Luka Mirosevic",
"homepage": "https://github.com/lmirosevic/GBDeviceInfo",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/lmirosevic/GBDeviceInfo.git",
"tag": "5.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.10"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"ios": {
"source_files": [
"GBDeviceInfo/*_iOS.{h,m}",
"GBDeviceInfo/*_Common.{h,m}",
"GBDeviceInfo/GBDeviceInfo.h",
"GBDeviceInfo/GBDeviceInfoInterface.h",
"GBDeviceInfo/GBDeviceInfo_Subclass.h"
],
"public_header_files": [
"GBDeviceInfo/*_iOS.h",
"GBDeviceInfo/*_Common.h",
"GBDeviceInfo/GBDeviceInfo.h",
"GBDeviceInfo/GBDeviceInfoInterface.h",
"GBDeviceInfo/GBDeviceInfo_Subclass.h"
],
"frameworks": "Foundation"
},
"osx": {
"source_files": [
"GBDeviceInfo/*_OSX.{h,m}",
"GBDeviceInfo/*_Common.{h,m}",
"GBDeviceInfo/GBDeviceInfo.h",
"GBDeviceInfo/GBDeviceInfoInterface.h",
"GBDeviceInfo/GBDeviceInfo_Subclass.h"
],
"public_header_files": [
"GBDeviceInfo/*_OSX.h",
"GBDeviceInfo/*_Common.h",
"GBDeviceInfo/GBDeviceInfo.h",
"GBDeviceInfo/GBDeviceInfoInterface.h",
"GBDeviceInfo/GBDeviceInfo_Subclass.h"
],
"frameworks": [
"Cocoa",
"CoreServices",
"Foundation"
]
}
},
{
"name": "Jailbreak",
"platforms": {
"ios": "6.0"
},
"ios": {
"dependencies": {
"GBJailbreakDetection": [
"~> 1.3"
]
}
}
}
]
}