blob: a720b95766e8ba60fc21698800c6c24ffb2b45c7 [file] [log] [blame]
{
"name": "WebexSDK",
"version": "2.1.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.1.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"
},
"dependencies": {
"Alamofire": [
"= 4.7.1"
],
"ObjectMapper": [
"~> 3.3"
],
"AlamofireObjectMapper": [
"~> 5.1"
],
"SwiftyJSON": [
"~> 4.1"
],
"Starscream": [
"= 3.0.5"
],
"KeychainAccess": [
"~> 3.1"
]
}
}