blob: 1f39a07e556d95e81efc8487a6d75ff0dd95f0ec [file] [log] [blame]
{
"name": "libChivoxEngineSDK",
"version": "1.0.38",
"summary": "libChivoxEngineSDK how to use",
"homepage": "https://github.com/ioslearing/libChivoxengineSDK.git",
"license": {
"type": "MIT"
},
"authors": {
"xuxiaotong": "xiaotong.xu@chivox.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ioslearing/libChivoxengineSDK.git",
"tag": "1.0.38"
},
"source_files": "ChivoxEngine/*.{h,m}",
"resources": "ChivoxEngine",
"vendored_libraries": "*.{a}",
"frameworks": [
"CFNetwork",
"CoreTelephony",
"Security",
"SystemConfiguration",
"MessageUI",
"MobileCoreServices",
"StoreKit",
"QuartzCore",
"Foundation",
"AVFoundation",
"AudioToolbox"
],
"libraries": [
"c++",
"z",
"sqlite3"
],
"requires_arc": true
}