blob: 1180cad3e5b1258d9dd725a60addfe9be4e42009 [file] [log] [blame]
{
"name": "DZMemo",
"version": "0.1.0",
"summary": "backup a value for an instance, then recover it",
"description": "backup a value for an instance, then recover it, using the memo design pattern",
"homepage": "https://github.com/yishuiliunian/DZMemo",
"license": "MIT",
"authors": {
"stonedong": "yishuiliunian@gmail.com"
},
"source": {
"git": "https://github.com/yishuiliunian/DZMemo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DZMemo": [
"Pod/Assets/*.png"
]
}
}