blob: 365a5e02146d8d3e64bfee14f4fe613117aa7498 [file] [log] [blame]
{
"name": "ObjectWrapper",
"version": "0.1.0",
"summary": "Library for wrapping Swift value types and allowing to access members using with dynamicMemberLookup",
"description": "Seamlessly interop with Swift value types and parses JSON string. It uses enum to wrap Swift primitive types. It includes fail-safe functions to extract values.",
"homepage": "https://github.com/away4m/ObjectWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alikiran": "away4m@gmail.com"
},
"source": {
"git": "https://github.com/away4m/ObjectWrapper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "ObjectWrapper/Classes/**/*",
"swift_version": "5.0"
}