blob: 5dfdd95fe8ab02ae1185bdef6e7770cc81d1faaf [file] [log] [blame]
{
"name": "WebexSDK",
"version": "2.5.0",
"summary": "Webex iOS SDK",
"homepage": "https://developer.webex.com",
"license": "MIT",
"authors": {
"Webex SDK team": "spark-sdk-crdc@cisco.com"
},
"source": {
"git": "https://github.com/webex/webex-ios-sdk.git",
"tag": "2.5.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.{h,m,swift}",
"preserve_paths": "Frameworks/*.framework",
"vendored_frameworks": "Frameworks/*.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/WebexSDK/Frameworks",
"ENABLE_BITCODE": "NO"
},
"swift_versions": "4.2",
"dependencies": {
"Alamofire": [
"= 4.9.0"
],
"ObjectMapper": [
"~> 3.3"
],
"AlamofireObjectMapper": [
"~> 5.1"
],
"SwiftyJSON": [
"~> 4.1"
],
"Starscream": [
"= 4.0.0"
],
"KeychainAccess": [
"~> 3.1"
]
},
"swift_version": "4.2"
}