blob: 4ce5ee834d8e039a2195e87a50107eeb3f9f58f2 [file] [log] [blame]
{
"name": "GBDeviceInfo",
"version": "3.1.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": "3.1.0"
},
"ios": {
"source_files": [
"GBDeviceInfo/*_iOS.{h,m}",
"GBDeviceInfo/GBDeviceInfo.h",
"GBDeviceInfo/GBDeviceInfoTypes_Common.h",
"GBDeviceInfo/GBDeviceInfoInterface.h",
"GBDeviceInfo/GBDeviceInfoCommonUtils.{h,m}"
],
"public_header_files": [
"GBDeviceInfo/*_iOS.h",
"GBDeviceInfo/GBDeviceInfo.h",
"GBDeviceInfo/GBDeviceInfoTypes_Common.h",
"GBDeviceInfo/GBDeviceInfoInterface.h"
],
"frameworks": "Foundation"
},
"osx": {
"source_files": [
"GBDeviceInfo/*_OSX.{h,m}",
"GBDeviceInfo/GBDeviceInfo.h",
"GBDeviceInfo/GBDeviceInfoTypes_Common.h",
"GBDeviceInfo/GBDeviceInfoInterface.h",
"GBDeviceInfo/GBDeviceInfoCommonUtils.{h,m}"
],
"public_header_files": [
"GBDeviceInfo/*_OSX.h",
"GBDeviceInfo/GBDeviceInfo.h",
"GBDeviceInfo/GBDeviceInfoTypes_Common.h",
"GBDeviceInfo/GBDeviceInfoInterface.h"
],
"frameworks": [
"Cocoa",
"CoreServices",
"Foundation"
]
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.6"
}
}