blob: c9456e7d2e5b2ef236bfa7188830f4b130cd058c [file] [log] [blame]
{
"name": "Luminous",
"version": "1.10",
"summary": "Everything you need to know about your system!",
"description": "This library is the evolution of ALSystemUtilities framework. It is written in Swift 3 and compatible with > iOS 8. We provide better methods to manage all the things managed by ALSystemUtilities and even more.",
"homepage": "https://github.com/andrealufino/Luminous",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Mario Lufino": "andrea.lufino@me.com"
},
"source": {
"git": "https://github.com/andrealufino/Luminous.git",
"tag": "1.10"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Luminous/Classes/**/*",
"frameworks": [
"UIKit",
"SystemConfiguration",
"CoreTelephony",
"AVFoundation",
"ExternalAccessory"
],
"dependencies": {
"Deviice": [
]
}
}