blob: de82a59f135edba41e76fafbbaf8bcf43cb61d74 [file] [log] [blame]
{
"name": "KiiCloud",
"version": "2.2.3",
"summary": "A Cloud Storage SDK of KiiCloud.",
"description": "A Cloud Storage SDK of KiiCloud for iOS",
"homepage": "http://www.kii.com",
"documentation_url": "http://documentation.kii.com/references/ios/storage/latest/",
"authors": {
"KiiCorp": "npm-admin@kii.com"
},
"platforms": {
"ios": null
},
"license": {
"type": "Kii",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/KiiCorp/KiiCloudSDK-iOS.git",
"tag": "v2.2.3"
},
"source_files": "KiiSDK.framework/**/*.h",
"public_header_files": "KiiSDK.framework/**/*.h",
"preserve_paths": "KiiSDK.framework",
"vendored_frameworks": "KiiSDK.framework",
"frameworks": [
"MobileCoreServices",
"Accounts",
"Social",
"Security",
"ImageIO"
],
"libraries": "sqlite3",
"requires_arc": true
}