blob: 9f0d17d96fb0b86a56e5175b17543aef593b91dd [file] [log] [blame]
{
"name": "KFXLocalSystemReporter",
"version": "0.9.0",
"summary": "A few classes for getting information about the device and software",
"description": "Included: KFXHardwareReporter, KFXSoftwareReporter, KFXDeviceActivityReporter, KFXSystemReporter.\nDo things such as: get IP address, get hardware model, check if running on simulator, running unit tests, can device place a phone call etc",
"homepage": "https://github.com/ChristianFox/KFXLocalSystemReporter.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Fox": "christianfox890@icloud.com"
},
"source": {
"git": "https://github.com/ChristianFox/KFXLocalSystemReporter.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KFXLocalSystemReporter/Classes/**/*",
"dependencies": {
"KFXCore": [
],
"KFXUtilities": [
]
}
}