blob: dc76397879be598038ecbf8c1dc3dfc4236e9954 [file] [log] [blame]
{
"name": "DYFSwiftRuntimeProvider",
"version": "1.0.1",
"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.1"
},
"source_files": "SwiftRuntimeProvider/*.swift",
"requires_arc": true,
"swift_version": "5.0"
}