blob: 5dd6294fd06056437da49f2402a6116cbdfac752 [file] [log] [blame]
{
"name": "SparkSDK",
"version": "1.4.1",
"summary": "Spark iOS SDK",
"homepage": "https://developer.webex.com",
"license": "MIT",
"authors": {
"Spark SDK team": "spark-sdk-crdc@cisco.com"
},
"source": {
"git": "https://github.com/webex/spark-ios-sdk.git",
"tag": "1.4.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.{h,m,swift}",
"preserve_paths": "Frameworks/*.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/SparkSDK/Frameworks",
"ENABLE_BITCODE": "NO"
},
"vendored_frameworks": "Frameworks/*.framework",
"dependencies": {
"Alamofire": [
"~> 4.7.1"
],
"ObjectMapper": [
"~> 3.1"
],
"AlamofireObjectMapper": [
"~> 5.0"
],
"SwiftyJSON": [
"~> 4.0"
],
"Starscream": [
"~> 3.0.5"
],
"KeychainAccess": [
"~> 3.1"
]
}
}