blob: de47c85ff541b8be68f0952de6e3e79b17b902c1 [file] [log] [blame]
{
"name": "BMSSecurity",
"version": "1.0.1",
"summary": "The security component of the Swift client SDK for IBM Bluemix Mobile Services",
"homepage": "https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-security",
"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-security.git",
"tag": "v1.0.1"
},
"requires_arc": true,
"dependencies": {
"BMSCore": [
"~> 1.0"
],
"RNCryptor": [
"~> 4.0.0-beta"
]
},
"source_files": [
"Source/**/*.swift",
"Source/Resources/BMSSecurity.h"
],
"platforms": {
"ios": "8.0"
}
}