blob: f073c6e759169ee9f13ae132c00d3e4473294544 [file] [log] [blame]
{
"name": "SparkSDK",
"version": "1.0.0",
"summary": "Spark iOS SDK",
"homepage": "https://developer.ciscospark.com",
"license": "Apache License, Version 2.0",
"authors": {
"Spark SDK team": "spark-sdk-crdc@cisco.com"
},
"source": {
"git": "https://github.com/ciscospark/spark-ios-sdk.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.{h,m,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"preserve_paths": "MediaEngine/Wme.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/SparkSDK/MediaEngine\"",
"ENABLE_BITCODE": "NO"
},
"vendored_frameworks": "MediaEngine/Wme.framework",
"dependencies": {
"Alamofire": [
"~> 3.3.1"
],
"ObjectMapper": [
"~> 1.2.0"
],
"AlamofireObjectMapper": [
"= 3.0.0"
],
"SwiftyJSON": [
"~> 2.3.2"
],
"Starscream": [
"~> 1.1.3"
],
"KeychainAccess": [
"~> 2.3.5"
],
"CocoaLumberjack/Swift": [
"~> 2.3.0"
]
}
}