blob: c2238fc8d1f688a036c3b7928d0e0226f7eb4761 [file] [log] [blame]
{
"name": "BMSPush",
"version": "1.0.4",
"summary": "The core component of the Swift client Push SDK for IBM Bluemix Mobile Services",
"homepage": "https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-push",
"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-push.git",
"tag": "1.0.4"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"BMSCore": [
"~> 1.0"
]
},
"platforms": {
"ios": "8.0"
}
}