blob: 883419b212748e503a49e82ee0a7eec2a1471eb6 [file] [log] [blame]
{
"name": "SystemServices",
"version": "2.0.1",
"summary": "iOS System Services is a class to gather all available information about a device.",
"description": "This is a singleton class to gather all available information about a device. It gives you over 60 methods to determine everything about a device, including:\n\nHardware Information\nNetwork Information\nBattery Usage\nAccelerometer Data\nDisk Usage\nMemory Usage",
"homepage": "https://github.com/Shmoopi/iOS-System-Services",
"screenshots": [
"https://raw.githubusercontent.com/Shmoopi/iOS-System-Services/master/Sample%20Images/Screenshot1.png",
"https://raw.githubusercontent.com/Shmoopi/iOS-System-Services/master/Sample%20Images/Screenshot2.png"
],
"license": {
"type": "MIT"
},
"authors": {
"Shmoopi": "shmoopillc@gmail.com"
},
"social_media_url": "http://twitter.com/shmoopillc",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Shmoopi/iOS-System-Services.git",
"tag": "2.0.1"
},
"source_files": [
"SystemServices",
"System Services/**/*.{h,m}"
],
"frameworks": [
"AVFoundation",
"CoreTelephony",
"Security",
"CoreMotion",
"ExternalAccessory"
],
"requires_arc": true
}