blob: 21b94905ecb1fd51df1159fc7f8e1aa4c1fde50d [file] [log] [blame]
{
"name": "MXSystemSettingsHelper",
"version": "1.0.0",
"summary": "An easy-to-use helper for system Settings on iOS.",
"description": "The first stable version of MXSystemSettingsHelper, an easy-to-use helper for system Settings on iOS.",
"homepage": "https://github.com/Meniny/MXSystemSettingsHelper-in-Objective-C",
"license": "MIT",
"authors": "Elias Abel",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Meniny/MXSystemSettingsHelper-in-Objective-C.git",
"tag": "1.0.0"
},
"source_files": "MXSystemSettingsHelper/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}