blob: 1663f124923eaf1581ce15b901b0c09b3030b55c [file] [log] [blame]
{
"name": "KPS-iOS",
"version": "0.0.1",
"summary": "Kono Publisher Service SDK for iOS platform.",
"description": "This SDK provide an encapsulation to connect Kono Publisher Service(KPS).",
"homepage": "https://www.thekono.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mingshing": "mingshing.kuo@thekono.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/theKono/KPS-iOS.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"KPS/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"swift_version": "4.2"
}