blob: 475339837983ac74d526d5231b5a911ad119868b [file] [log] [blame]
{
"name": "KeyPathBox",
"version": "0.1.0",
"summary": "A Wrapper of Object for adding Some Capability.",
"description": "A Wrapper of Object for adding some capability\nNow I provide FutureBox only.",
"homepage": "https://github.com/JCSooHwanCho/KeyPathBox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JCSooHwanCho": "chh0107@gmail.com"
},
"swift_versions": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/JCSooHwanCho/KeyPathBox.git",
"tag": "0.1.0"
},
"source_files": [
"Classes/**/*.swift",
"Classes/KeyPathBox.h",
"KeyPathBox/info.plist"
],
"requires_arc": true,
"swift_version": "4.0"
}