blob: 1db73daad4face98ba379834ce8f72dbfe1c193a [file] [log] [blame]
{
"name": "MFUserDefaults",
"version": "1.1",
"summary": "A truly user defaults",
"description": "A lightweight toolkit used to save settings both for application or specified user.",
"homepage": "https://github.com/yebw/MFUserDefaults",
"license": "MIT",
"authors": {
"yebw": "yebingwei@gmail.com"
},
"source": {
"git": "https://github.com/yebw/MFUserDefaults.git",
"tag": "1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MFUserDefaults": [
"Pod/Assets/*.png"
]
}
}