blob: cccac60fb937e59787c936c1e2ec2c99df097f70 [file] [log] [blame]
{
"name": "DYFRuntimeProvider",
"version": "1.0.0",
"summary": "DYFRuntimeProvider wraps the runtime.(Objective-C)",
"description": "DYFRuntimeProvider wraps the runtime, and can quickly use for the transformation of the dictionary and model, archiving and unarchiving, adding a method, exchanging two methods, replacing a method, and getting all the variable names, property names and method names of a class.",
"homepage": "https://github.com/dgynfi/DYFRuntimeProvider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dgynfi": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dgynfi/DYFRuntimeProvider.git",
"tag": "1.0.0"
},
"source_files": "RuntimeProvider/*.{h,m}",
"public_header_files": "RuntimeProvider/*.h",
"requires_arc": true
}