blob: f801b568a28012aa14de1ea20e4812fadb74fc05 [file] [log] [blame]
{
"name": "asposecloudsdk",
"version": "0.0.2",
"summary": "This SDK allows you to work with Aspose REST APIs in your iOS applications quickly and easily.",
"description": " Aspose for Cloud is a cloud-based document generation, conversion and automation platform for developers. Aspose for Cloud’s REST APIs give developers total control over documents and file formats. It interoperates seamlessly with other cloud services. Aspose for Cloud makes it easy for iOS developers to work with Microsoft Word documents, Microsoft Excel spreadsheets, Microsoft PowerPoint presentations, Adobe PDFs, OpenDocument formats, barcodes, OCR and email formats and protocols in their apps.\n",
"homepage": "http://www.aspose.com/cloud/total-api.aspx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Muhammad Sohail Ismail": "muhammad.sohail@aspose.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/asposeforcloud/Aspose_Cloud_SDK_For_iOS.git",
"tag": "v0.0.2"
},
"source_files": [
"Aspose_Cloud_SDK_For_iOS/AsposeAPIs.h",
"Aspose_Cloud_SDK_For_iOS/common/*.{h,m}",
"Aspose_Cloud_SDK_For_iOS/storage/**/*.{h,m}",
"Aspose_Cloud_SDK_For_iOS/cells/**/*.{h,m}",
"Aspose_Cloud_SDK_For_iOS/words/**/*.{h,m}",
"Aspose_Cloud_SDK_For_iOS/pdf/**/*.{h,m}"
],
"dependencies": {
"JSONModel": [
"1.0.1"
]
},
"requires_arc": true
}