blob: c0845effe5586ec3847c41fbaf55743e85cbbfe8 [file] [log] [blame]
{
"name": "KASOptional",
"version": "1.0.0",
"summary": "It allows to specify there is value or not without more clearly",
"description": "It allows to specify there is value or not without more clearly. You should not assume nil(NULL) is not a value. Now you can ask it about stored value\n",
"homepage": "https://github.com/knowwis/KASOptional",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Kalita Alexey",
"source": {
"git": "https://github.com/knowwis/KASOptional.git",
"tag": "1.0.0"
},
"source_files": [
"KASOptional",
"KASOptional/*.{h,m}"
],
"public_header_files": "KASOptional.h",
"requires_arc": true,
"xcconfig": {
"CLANG_ENABLE_MODULES": "YES"
}
}