blob: 3ca47beac5fbc39b2e33534dfd259bc97cabd511 [file] [log] [blame]
{
"name": "V5ClientSDK",
"version": "1.3.10",
"summary": "A customer service SDK for users of V5KF.COM used on iOS.",
"description": "It is a customer service SDK used on iOS, which implement by Objective-C. More info in http://ww.v5kf.com.",
"homepage": "https://github.com/V5KF/V5KFClientSDK-iOS",
"license": "MIT",
"authors": {
"Chyrain": "chyrain_v5kf@qq.com"
},
"source": {
"git": "https://github.com/V5KF/V5KFClientSDK-iOS.git",
"tag": "1.3.10"
},
"social_media_url": "http://www.v5kf.com",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "V5ClientSDK/**/*.{h,m}",
"frameworks": [
"Foundation",
"AVFoundation",
"CoreTelephony",
"Security",
"AudioToolbox",
"CFNetwork",
"MediaPlayer"
],
"libraries": [
"sqlite3",
"icucore",
"stdc++"
],
"vendored_libraries": "V5ClientSDK/**/*.a",
"preserve_paths": "**/*.a",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/**\""
},
"resources": "V5ClientSDK/V5Client.bundle"
}