blob: 2c9de4116a3e6d4b5126bbc5cff1d21293ca3bcd [file] [log] [blame]
{
"name": "ALSystemUtilities",
"version": "1.3.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/andrealufino/ALSystemUtilities",
"authors": {
"Andrea Lufino": "andrea.lufino@me.com"
},
"summary": "Get every kind of info about your device",
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/andrealufino/ALSystemUtilities.git",
"tag": "1.3.4"
},
"source_files": "ALSystemUtilities/ALSystemUtilities/**/*.{h,m}",
"requires_arc": true,
"resources": "ALSystemUtilities/ALSystemUtilities/Resources/**/*.{plist}",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreTelephony",
"ExternalAccessory",
"Security",
"SystemConfiguration",
"CoreGraphics",
"CoreFoundation",
"Foundation"
],
"exclude_files": [
"ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.h",
"ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.m"
],
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": [
"ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.h",
"ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.m"
]
}
]
}