blob: 9bdca8a098240eefea7ae98c5839e6259c91796f [file] [log] [blame]
{
"name": "MutableDeepCopy",
"version": "1.0.0",
"summary": "MutableDeepCopy make all node mutable object in NSArray and NSDictionary.",
"description": "<<-DESC\n * Markdown format.\n * Don't worry about the indent, we strip it!\n NSArray and NSDictionary has 'mutableCopy', it only apply their children.\n I need to all NSDictionary and NSArray instance convert mutable things.\n CFPropertyListCreateDeepCopy does not works with NSNull.\n\n Sorry, I do not provide examples now.",
"homepage": "https://github.com/kimjj81/MutableDeepCopy",
"license": "MIT",
"authors": {
"KimJeongJin": "kimjeongjin@gmail.com"
},
"source": {
"git": "https://github.com/kimjj81/MutableDeepCopy.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MutableDeepCopy": [
"Pod/Assets/*.png"
]
}
}