blob: 0bd980b961ae5b19cea6a9bbe210497347a33ed1 [file] [log] [blame]
{
"name": "BMSAnalytics",
"version": "0.0.5",
"summary": "The analytics component of the Swift client SDK for IBM Bluemix Mobile Services",
"homepage": "https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-analytics",
"license": "Apache License, Version 2.0",
"authors": {
"IBM Bluemix Services Mobile SDK": "mobilsdk@us.ibm.com"
},
"source": {
"git": "https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-analytics.git",
"tag": "v0.0.5"
},
"source_files": "Source/**/*.swift",
"ios": {
"exclude_files": "Source/**/*watchOS*.swift"
},
"watchos": {
"exclude_files": "Source/**/*iOS*.swift"
},
"dependencies": {
"BMSCore": [
"~> 0.0.16"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0"
}
}