blob: cb7313421e1560dd18e818a2932f683f2380980d [file] [log] [blame]
{
"name": "BMSSecurity",
"version": "1.1.2",
"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.1.2"
},
"requires_arc": true,
"dependencies": {
"BMSCore": [
"~> 1.0"
],
"RNCryptor": [
"~> 4.0.0-beta"
]
},
"source_files": [
"Source/**/*.swift",
"Source/Resources/BMSSecurity.h"
],
"platforms": {
"ios": "8.0"
}
}