blob: ea83c79a97033b8cab015af775d7566cb385a751 [file] [log] [blame]
{
"name": "SFPSDWriter",
"version": "0.2.0",
"summary": "A simple Objective C (Mac and iOS) writer for .psd files with multiple layers and groups.",
"description": " SFPSDWriter is an Objective-C library for writing PSD files. Here at Shiny Frog we needed a way to write **multilayer** **PSDs** with **groups** and this library is the result after days of headaches.\n\n It features:\n\n * Multilayer PSD creation\n * Grouping of layers\n * Unicode layer name support\n * Some layer configurations (like the blend mode of the layer)\n * ARC (Automatic Reference Counting)\n\n What SFPSDWriter **NOT** features:\n\n * Ability to read PSD files\n",
"homepage": "https://github.com/shinyfrog/SFPSDWriter/",
"license": {
"type": "BSD"
},
"authors": {
"Shiny Frog": "shinyfrog@shinyfrog.net"
},
"source": {
"git": "https://github.com/shinyfrog/SFPSDWriter.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "Library/SFPSDWriter/**/*.{h,m}",
"requires_arc": true
}