blob: 62eb51c966261e28a5b9dcd9fd3be091cd21fcd9 [file] [log] [blame]
{
"name": "AsposeBarCodeCloud",
"version": "1.0.0",
"summary": "Aspose.BarCode for Cloud",
"description": "Aspose.Barcode for Cloud is a REST API for barcode generation and recognition. It helps you generate barcode images from scratch in linear (1D), two dimensional (2D), and postal formats. Generate barcode images in a variety of image formats: JPEG, PNG, GIF, BMP, TIFF and many others. Recognize barcodes from different image types. Aspose.Barcode for Cloud allows you to control all aspects of the image and barcode when generating barcode images. Specify image width, height, border style, output image format and more. You can also set barcode attributes like font style, font color, background color, barcode type and the barcode text location.",
"homepage": "http://www.aspose.com/cloud/barcode-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/asposebarcode/Aspose_BarCode_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.Barcode_Cloud_SDK_For_ObjectiveC/Aspose.Barcode_Cloud_SDK_For_ObjectiveC/barcode/model/*.{h,m}"
},
{
"name": "api",
"dependencies": {
"AsposeBarCodeCloud/model": [
]
},
"source_files": "SDKs/Aspose.Barcode_Cloud_SDK_For_ObjectiveC/Aspose.Barcode_Cloud_SDK_For_ObjectiveC/barcode/api/*.{h,m}"
}
]
}