blob: 68708d9fa6dd59cc8fb215fa649a2582d810080d [file] [log] [blame]
{
"name": "BMSAnalytics",
"version": "2.1.1",
"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": "2.1.1"
},
"source_files": "Source/**/*.swift",
"ios": {
"exclude_files": "Source/**/*watchOS*.swift"
},
"watchos": {
"exclude_files": "Source/**/*iOS*.swift"
},
"dependencies": {
"BMSCore": [
"~> 2.1"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "3.0"
}