blob: 5fd03cdaaaeff8f684921e595a7f59407e4e2c1a [file] [log] [blame]
{
"name": "NSObject-EasyCopy",
"version": "0.1.0",
"summary": "A copy category for NSObject.",
"description": "It's a category for NSObject to copy an object instace easily.",
"homepage": "https://github.com/YK-Unit",
"license": "MIT",
"authors": {
"York": "yorkzhang520@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/YK-Unit/NSObject-EasyCopy.git",
"tag": "0.1.0"
},
"source_files": "NSObject+EasyCopy/*",
"frameworks": "Foundation",
"requires_arc": true
}