blob: 1ee38dad5e322bd02c2524a0f35ed236dce1d237 [file] [log] [blame]
{
"name": "sapcai",
"version": "4.0.0",
"summary": "SAP Conversational AI Official iOS SDK in Swift",
"description": "SAP Conversational AI Official iOS SDK in Swift. Allows you to make request to your bots.",
"homepage": "https://github.com/SAPConversationalAI",
"license": "MIT",
"authors": "PSAP CAI team",
"source": {
"git": "https://github.com/SAPConversationalAI/SDK-ios.git",
"tag": "4.0.0"
},
"social_media_url": "https://twitter.com/sapcai",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"ObjectMapper": [
]
}
}