blob: 52f658a69dcb286a25187cee6f82de82bcb8beb6 [file] [log] [blame]
{
"name": "GBDeviceInfo",
"version": "4.2.1",
"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": "4.2.1"
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.6"
},
"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"
]
}
}
}
]
}