blob: 8ed95070da6bf5d5d530bf235d2110a70fe616c5 [file] [log] [blame]
{
"name": "BMSSecurity",
"version": "0.0.3",
"summary": "The security component of the Swift client SDK for IBM Bluemix Mobile Services",
"description": "The IBM MobileFirst platform for iOS SDK integrates with \n the IBM MobileFirst platform Cloud Services. The SDK has a modular design, \n so you can add add services that are required by your \n application as needed.",
"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": "v0.0.3"
},
"requires_arc": true,
"dependencies": {
"BMSCore": [
]
},
"source_files": [
"Source/**/*.swift",
"Source/Resources/BMSSecurity.h"
],
"platforms": {
"ios": "8.0"
}
}