blob: 3cfdcadc2aca8f1fb6d561693ff558f3c8c8ccc5 [file] [log] [blame]
{
"name": "CCMemoryStyle",
"version": "0.0.1",
"summary": "CCMemoryStyle memory map, Memory distribution, maybe you can do more from it.",
"description": "CCMemoryStyle memory map, Memory distribution, maybe you can do more from it.\nBetter understanding of OC memory, better optimization.",
"homepage": "https://github.com/ccworld1000/CCMemoryStyle",
"license": {
"type": "GPU2",
"file": "LICENSE"
},
"authors": {
"CC (deng you hua)": "ccworld1000@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ccworld1000/CCMemoryStyle.git",
"tag": "0.0.1"
},
"source_files": [
"CCMemoryStyle",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}