blob: 6369f150fdbf7e59bad9ce955549fe1d359c6ae0 [file] [log] [blame]
{
"name": "AsposeEmailCloud",
"version": "1.0.0",
"summary": "Aspose.Email for Cloud",
"description": "Aspose.Email for Cloud is a REST API for creating email archiving applications that work with common email file formats. It lets developers manipulate message formats such as MSG, EML, and MHT files. The API supports many common tasks, for example accessing messages, reading message properties such as sender, receiver, message sent date, and message details. It also supports converting messages back and forth between EML, MSG and MHT formats. With Aspose.Email for Cloud, it is further possible to access messages and retrieve attachments that can then be saved to a local disc. The robust API saves developers time and effort when programming with emails in the cloud.",
"homepage": "http://www.aspose.com/cloud/email-api.aspx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"M. Sohail Ismail": "muhammad.sohail@aspose.com"
},
"social_media_url": "https://www.facebook.com/asposeplugins/",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/asposeemail/Aspose_Email_Cloud.git",
"tag": "1.0.0"
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"JSONModel": [
"~> 1.1"
],
"ISO8601": [
"~> 0.3"
],
"AsposeStorageCloud": [
]
},
"requires_arc": true,
"subspecs": [
{
"name": "model",
"source_files": "SDKs/Aspose.Email_Cloud_SDK_For_Objective_C/Aspose.Email_Cloud_SDK_For_Objective_C/email/model/*.{h,m}"
},
{
"name": "api",
"dependencies": {
"AsposeEmailCloud/model": [
]
},
"source_files": "SDKs/Aspose.Email_Cloud_SDK_For_Objective_C/Aspose.Email_Cloud_SDK_For_Objective_C/email/api/*.{h,m}"
}
]
}