blob: 68d9c2baec8aa9da6943452d103081e59a580709 [file] [log] [blame]
{
"name": "BMSAnalytics",
"version": "2.2.0",
"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",
"documentation_url": "https://ibm-bluemix-mobile-services.github.io/API-docs/client-SDK/BMSAnalytics/Swift/index.html",
"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.2.0"
},
"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"
}