blob: 1f3946f0de5282f10734f281b4ff4629baa7b88a [file] [log] [blame]
{
"name": "AsposeSlidesCloud",
"version": "1.0.0",
"summary": "Aspose.Slides for Cloud",
"description": "Aspose.Slides for Cloud is a REST API which allows you to process presentations. It allows you to create, modify, and convert presentations and provides a wide variety of features for working with presentations in the cloud. You can convert a presentation to TIFF, PDF, XPS, PPTX, ODP, PPSX, PPTM, PPSM, POTX, POTM, HTML and image formats. Aspose.Slides for Cloud allows you to extract different elements or a presentation including slide, text, color schemes, font schemes, shapes and images etc. Aspose.Slides for Cloud’s powerful API lets your apps process Microsoft PowerPoint presentations in the cloud, saving you the time it would take to develop your own API.",
"homepage": "http://www.aspose.com/cloud/powerpoint-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/asposeslides/Aspose_Slides_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.Slides_Cloud_SDK_for_ObjectiveC/Aspose.Slides_Cloud_SDK_for_ObjectiveC/slides/model/*.{h,m}"
},
{
"name": "api",
"dependencies": {
"AsposeSlidesCloud/model": [
]
},
"source_files": "SDKs/Aspose.Slides_Cloud_SDK_for_ObjectiveC/Aspose.Slides_Cloud_SDK_for_ObjectiveC/slides/api/*.{h,m}"
}
]
}