blob: 1dded21debbf39db52df0d6b57e0ee43e1f44cc3 [file] [log] [blame]
{
"name": "BMSAnalytics",
"version": "0.0.8",
"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.8"
},
"source_files": "Source/**/*.swift",
"ios": {
"exclude_files": "Source/**/*watchOS*.swift"
},
"watchos": {
"exclude_files": "Source/**/*iOS*.swift"
},
"dependencies": {
"BMSCore": [
"~> 0.0.17"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0"
}
}