blob: 3576e148ef7d093772f57a330892cfdf1c8b7a4d [file] [log] [blame]
{
"name": "DYFRuntimeProvider",
"version": "1.0.1",
"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.1"
},
"source_files": "RuntimeProvider/*.{h,m}",
"public_header_files": "RuntimeProvider/*.h",
"requires_arc": true
}