[Add] RepairClubSDK 1.2.09
[CocoaPods.git] / Specs / 3 / c / 0 / AsposeCellsCloud / 1.0.0 / AsposeCellsCloud.podspec.json
blobbe509cb53da439ebb3c40036ddf44851877000d4
2   "name": "AsposeCellsCloud",
3   "version": "1.0.0",
4   "summary": "Aspose.Cells for Cloud",
5   "description": "Aspose.Cells for Cloud is a REST API that helps you create, manipulate and convert spreadsheets in the cloud. It allows you to work with all aspects of spreadsheets: worksheets, rows, columns, cells, text, data, images, links, comments, formulas, charts, and many more. Use Aspose.Cells for Cloud to create spreadsheets from scratch, manipulate spreadsheets, and convert spreadsheets to other formats. Render a spreadsheet to image formats such as JPEG, PNG, SVG, GIF and TIFF, or render charts and other objects to images. Aspose.Cells for Cloud allows you to convert a spreadsheet to different formats like PDF, XPS, TIFF and others. Use it to work with individual cells in a spreadsheet, or to add comments, hyperlinks and pictures to cells, or to apply validation rules. Aspose.Cells for Cloud also makes working with rows, columns and cells easy.",
6   "homepage": "http://www.aspose.com/cloud/excel-api.aspx",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "M. Sohail Ismail": "muhammad.sohail@aspose.com"
13   },
14   "social_media_url": "https://www.facebook.com/asposeplugins/",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/asposecells/Aspose_Cells_Cloud.git",
20     "tag": "1.0.0"
21   },
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.0"
25     ],
26     "JSONModel": [
27       "~> 1.1"
28     ],
29     "ISO8601": [
30       "~> 0.3"
31     ],
32     "AsposeStorageCloud": [
34     ]
35   },
36   "requires_arc": true,
37   "subspecs": [
38     {
39       "name": "model",
40       "source_files": "SDKs/Aspose.Cells_Cloud_SDK_For_Objective_C/Aspose.Cells_Cloud_SDK_For_Objective_C/cells/model/*.{h,m}"
41     },
42     {
43       "name": "api",
44       "dependencies": {
45         "AsposeCellsCloud/model": [
47         ]
48       },
49       "source_files": "SDKs/Aspose.Cells_Cloud_SDK_For_Objective_C/Aspose.Cells_Cloud_SDK_For_Objective_C/cells/api/*.{h,m}"
50     }
51   ]