blob: c608e8de7b31ad2e1a5d29af28facff26eff554e [file] [log] [blame]
{
"name": "mkm-objc",
"version": "0.4.3",
"summary": "A Common Account Module For Decentralized User Identity Authentication",
"homepage": "https://github.com/dimchat",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dim": "john.chen@infothinker.com"
},
"source": {
"git": "https://github.com/dimchat/mkm-objc.git",
"tag": "0.4.3"
},
"platforms": {
"ios": "11.0"
},
"source_files": [
"Classes/**/*",
"Framework/*.h"
],
"public_header_files": [
"Classes/*.h",
"Classes/crypto/*.h",
"Classes/data/*.h",
"Classes/entity/*.h",
"Classes/types/*.h",
"Framework/*.h"
]
}