blob: 2819ff0d35627f2d55cd4074c305cf9bc3368e3f [file] [log] [blame]
{
"name": "DYFSwiftRuntimeProvider",
"version": "1.0.2",
"summary": "DYFSwiftRuntimeProvider wraps the runtime.",
"description": "DYFSwiftRuntimeProvider 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/DYFSwiftRuntimeProvider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dgynfi": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/dgynfi/DYFSwiftRuntimeProvider.git",
"tag": "1.0.2"
},
"source_files": "SwiftRuntimeProvider/*.swift",
"requires_arc": true,
"swift_version": "5.0"
}